diff --git a/commands/other/xkcd.js b/commands/search/xkcd.js similarity index 99% rename from commands/other/xkcd.js rename to commands/search/xkcd.js index 3aab4a22..28f20ca6 100644 --- a/commands/other/xkcd.js +++ b/commands/search/xkcd.js @@ -7,7 +7,7 @@ module.exports = class XKCDCommand extends Command { super(client, { name: 'xkcd', aliases: ['kcd'], - group: 'other', + group: 'search', memberName: 'xkcd', description: 'Responds with an XKCD comic, either today\'s, a random one, or a specific one.', clientPermissions: ['EMBED_LINKS'],