knights-of-academia / horace

discord.js bot powering the Knights of Academia server with commands like info, AFK, and more
MIT License
23 stars 19 forks source link

Consolidate client.on('ready') functions #247

Closed debashisbiswas closed 3 years ago

debashisbiswas commented 3 years ago

There are two functions that handle the same client.on('ready') event - one in app.js, and one in ready.js. These should be consolidated into ready.js.