1
0
Fork 0

Add "voice" category

Slash-V14
Supositware 2 years ago
parent 9dd060aa28
commit 91b3b6bc1e

@ -144,6 +144,7 @@ export default {
utility: '🔩\u2000Utility',
admin: '⚡\u2000Admin',
owner: '🛠️\u2000Owner',
voice: '🗣️\u2000Voice',
}[category];
embed.addFields({ name: title, value: `\`${object[category].join('` `')}\`` });

@ -20,6 +20,7 @@ client.commands = new Collection();
await loadCommandFromDir('fun');
await loadCommandFromDir('secret');
await loadCommandFromDir('utility');
await loadCommandFromDir('voice');
await loadCommandFromDir('admin');
await loadCommandFromDir('owner');

@ -14,6 +14,7 @@ const commands = [];
await loadCommandFromDir('fun');
await loadCommandFromDir('secret');
await loadCommandFromDir('utility');
await loadCommandFromDir('voice');
await loadCommandFromDir('admin');
await loadCommandFromDir('owner');
commands.map(command => command.toJSON());

Loading…
Cancel
Save