Consolidate client.on('ready') functions
Closed this issue · 0 comments
debashisbiswas commented
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
.