Skip to content

Commit

Permalink
Readme Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
euandrelucas committed Oct 9, 2021
1 parent 5555039 commit 2f73dd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zuly.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
require('colors');

const {
Client,
Collection
} = require('eris');

const {
AutoPoster
} = require('topgg-autoposter');

const {
token
} = require('./Config/config');

const {
top
} = require('./API/keys');

const DiscordTogether = require('./Client/discord-together');

const client = new Client(token, {
allowedMentions: {
everyone: false,
Expand Down Expand Up @@ -71,6 +77,7 @@ const client = new Client(token, {
// seedVoiceConnections
// ws
});

client.discordTogether = new DiscordTogether(client);
client.commands = new Collection();
client.aliases = new Collection();
Expand Down

0 comments on commit 2f73dd1

Please sign in to comment.