Closed debashisbiswas closed 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.
client.on('ready')
app.js
ready.js
There are two functions that handle the same
client.on('ready')
event - one inapp.js
, and one inready.js
. These should be consolidated intoready.js
.