diff --git a/commands/general/badmeme.js b/commands/fun/badmeme.js similarity index 93% rename from commands/general/badmeme.js rename to commands/fun/badmeme.js index 7b6d28b6..83b9e528 100644 --- a/commands/general/badmeme.js +++ b/commands/fun/badmeme.js @@ -5,7 +5,7 @@ class ImgurCommand extends Command { constructor() { super('imgur', { aliases: ['badmeme', 'imgur'], - category: 'general', + category: 'fun', description: { content: 'Send some random images from imgur', usage: '', diff --git a/commands/general/ib.js b/commands/fun/ib.js similarity index 88% rename from commands/general/ib.js rename to commands/fun/ib.js index 82f31504..d6173923 100644 --- a/commands/general/ib.js +++ b/commands/fun/ib.js @@ -5,7 +5,7 @@ class InspiroBotCommand extends Command { constructor() { super('InspiroBot', { aliases: ['inspirobot', 'ib'], - category: 'general', + category: 'fun', description: { content: 'Send images from Inspirobot', usage: '', diff --git a/commands/general/reddit.js b/commands/fun/reddit.js similarity index 96% rename from commands/general/reddit.js rename to commands/fun/reddit.js index a3b595c2..88cec350 100644 --- a/commands/general/reddit.js +++ b/commands/fun/reddit.js @@ -6,7 +6,7 @@ class RedditCommand extends Command { constructor() { super('reddit', { aliases: ['reddit'], - category: 'general', + category: 'fun', args: [ { id: 'sub', diff --git a/commands/general/spb.js b/commands/fun/spb.js similarity index 94% rename from commands/general/spb.js rename to commands/fun/spb.js index 835f0e51..63043b35 100644 --- a/commands/general/spb.js +++ b/commands/fun/spb.js @@ -6,7 +6,7 @@ class spbCommand extends Command { constructor() { super('spb', { aliases: ['spb'], - category: 'general', + category: 'fun', args: [ { id: 'link', diff --git a/commands/general/tts.js b/commands/fun/tts.js similarity index 96% rename from commands/general/tts.js rename to commands/fun/tts.js index 9b781f37..bb3c71ce 100644 --- a/commands/general/tts.js +++ b/commands/fun/tts.js @@ -8,7 +8,7 @@ class TtsCommand extends Command { constructor() { super('tts', { aliases: ['tts'], - category: 'general', + category: 'fun', args: [ { id: 'text', diff --git a/commands/general/ttsvc.js b/commands/fun/ttsvc.js similarity index 97% rename from commands/general/ttsvc.js rename to commands/fun/ttsvc.js index 6ca36da3..c104ba13 100644 --- a/commands/general/ttsvc.js +++ b/commands/fun/ttsvc.js @@ -8,7 +8,7 @@ class TtsvcCommand extends Command { constructor() { super('ttsvc', { aliases: ['ttsvc'], - category: 'general', + category: 'fun', split: 'none', args: [ { diff --git a/commands/utility/help.js b/commands/utility/help.js index 6958d38b..9283bc4f 100644 --- a/commands/utility/help.js +++ b/commands/utility/help.js @@ -68,6 +68,7 @@ class HelpCommand extends Command { for (const category of this.handler.categories.values()) { const title = { general: '📝\u2000General', + fun: '🔩\u2000Fun', images: '💕\u2000Images', utility: '⭐\u2000Utility', admin: '😎\u2000Admin',