diff --git a/commands/other/cleverbot.js b/commands/other/cleverbot.js index 9de6f5c4..22cacc7b 100644 --- a/commands/other/cleverbot.js +++ b/commands/other/cleverbot.js @@ -10,6 +10,7 @@ module.exports = class CleverbotCommand extends Command { group: 'other', memberName: 'cleverbot', description: 'Chat with Cleverbot.', + details: 'Only the bot owner(s) may use this command.', ownerOnly: true, args: [ { diff --git a/commands/events/xkcd.js b/commands/other/xkcd.js similarity index 99% rename from commands/events/xkcd.js rename to commands/other/xkcd.js index 990c87ec..3aab4a22 100644 --- a/commands/events/xkcd.js +++ b/commands/other/xkcd.js @@ -7,7 +7,7 @@ module.exports = class XKCDCommand extends Command { super(client, { name: 'xkcd', aliases: ['kcd'], - group: 'events', + group: 'other', memberName: 'xkcd', description: 'Responds with an XKCD comic, either today\'s, a random one, or a specific one.', clientPermissions: ['EMBED_LINKS'], diff --git a/commands/text-edit/webhook.js b/commands/text-edit/webhook.js index 26e588d8..b9aa6ba3 100644 --- a/commands/text-edit/webhook.js +++ b/commands/text-edit/webhook.js @@ -10,6 +10,7 @@ module.exports = class WebhookCommand extends Command { group: 'text-edit', memberName: 'webhook', description: 'Posts a message to the webhook defined in your `process.env`.', + details: 'Only the bot owner(s) may use this command.', ownerOnly: true, clientPermissions: ['MANAGE_MESSAGES'], args: [