From 2f73dd111c2020e68f6c9efad12aaa8566538c8a Mon Sep 17 00:00:00 2001 From: yADGithub <2007andredoe@gmail.com> Date: Sat, 9 Oct 2021 15:27:12 -0300 Subject: [PATCH] Readme Updates --- src/zuly.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/zuly.js b/src/zuly.js index 338ac070..f4604ce1 100644 --- a/src/zuly.js +++ b/src/zuly.js @@ -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, @@ -71,6 +77,7 @@ const client = new Client(token, { // seedVoiceConnections // ws }); + client.discordTogether = new DiscordTogether(client); client.commands = new Collection(); client.aliases = new Collection();