mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -11,8 +11,8 @@ module.exports = class WebhookCommand extends Command {
|
||||
],
|
||||
group: 'textedit',
|
||||
memberName: 'webhook',
|
||||
description: 'Posts a message to the webhook defined in your `process.env`. (;webhook Hey guys!)',
|
||||
examples: [';webhook Hey guys!'],
|
||||
description: 'Posts a message to the webhook defined in your `process.env`. (x;webhook Hey guys!)',
|
||||
examples: ['x;webhook Hey guys!'],
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user