diff --git a/index.js b/index.js index a721ede..253670a 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ const RM = new Event() const ESBot = new Discord.Client() -ESBot.on('ready', () => { +ESBot.once('ready', () => { TwitterPlugin.init(ESBot.channels.find('name', 'tweets')) console.log('ES Bot up and ready')