This commit is contained in:
Daniel Odendahl Jr
2017-11-09 01:36:37 +00:00
parent 521d21efb7
commit 42b20630ad
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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: [
{
@@ -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'],
+1
View File
@@ -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: [