Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -11,7 +11,7 @@ client.once('ready', () => { | ... | @@ -11,7 +11,7 @@ client.once('ready', () => { |
11 | 11 | ||
12 | client.commands = new Discord.Collection(); | 12 | client.commands = new Discord.Collection(); |
13 | client.aliases = new Discord.Collection(); | 13 | client.aliases = new Discord.Collection(); |
14 | -client.category = ['example', 'stationery', 'translate', 'ocr']; | 14 | +client.category = ['Help', 'Stationery', 'Translate', 'Ocr']; |
15 | 15 | ||
16 | fs.readdirSync("./Commands/").forEach(dir => { | 16 | fs.readdirSync("./Commands/").forEach(dir => { |
17 | const Filter = fs.readdirSync(`./Commands/${dir}`).filter(f => f.endsWith(".js")); | 17 | const Filter = fs.readdirSync(`./Commands/${dir}`).filter(f => f.endsWith(".js")); | ... | ... |
-
Please register or login to post a comment