mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class SayCommand extends Command {
|
||||
],
|
||||
group: 'textedit',
|
||||
memberName: 'say',
|
||||
description: 'Make XiaoBot say what you wish. (;say I can talk!)',
|
||||
examples: [';say I can talk!'],
|
||||
description: 'Make XiaoBot say what you wish. (x;say I can talk!)',
|
||||
examples: ['x;say I can talk!'],
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user