Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -17,7 +17,6 @@ client.em = require("./util/embed"); | ... | @@ -17,7 +17,6 @@ client.em = require("./util/embed"); |
17 | client.db = require('quick.db'); | 17 | client.db = require('quick.db'); |
18 | 18 | ||
19 | // Command Handler | 19 | // Command Handler |
20 | - | ||
21 | client.commands = new Discord.Collection(); | 20 | client.commands = new Discord.Collection(); |
22 | 21 | ||
23 | const commandFiles = fs.readdirSync('./commands').filter(file => file.endsWith('.js')); | 22 | const commandFiles = fs.readdirSync('./commands').filter(file => file.endsWith('.js')); |
... | @@ -29,7 +28,6 @@ for(const file of commandFiles){ | ... | @@ -29,7 +28,6 @@ for(const file of commandFiles){ |
29 | } | 28 | } |
30 | 29 | ||
31 | //Ready check | 30 | //Ready check |
32 | - | ||
33 | client.once('ready', () => { | 31 | client.once('ready', () => { |
34 | console.log([...client.commands]) | 32 | console.log([...client.commands]) |
35 | console.log(`anxietymanager is online.`) | 33 | console.log(`anxietymanager is online.`) | ... | ... |
-
Please register or login to post a comment