From 719acea235e21de06276332d9c6b55b8265c2cca Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 12 Nov 2017 17:14:08 +0000 Subject: [PATCH] XKCD Search --- commands/{other => search}/xkcd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/{other => search}/xkcd.js (99%) 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'],