diff --git a/commands/general/avatar.js b/commands/thing/avatar.js similarity index 100% rename from commands/general/avatar.js rename to commands/thing/avatar.js diff --git a/commands/general/invite.js b/commands/thing/invite.js similarity index 100% rename from commands/general/invite.js rename to commands/thing/invite.js diff --git a/index.js b/index.js index 3831d4e7..853a1995 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ const client = new CommandoClient({ client.registry .registerDefaultTypes() .registerGroups([ - ['general', 'The most used commands'], + ['thing', 'some things i guess? i dont know how to name it'], ['admin', 'Commands to make admin life easier'], ['owner', 'Commands the owner can use to manage the bot'], ['fun', 'Fun commands'],