mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fixes
This commit is contained in:
@@ -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'],
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user