mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class AvatarCommand extends Command {
|
||||
name: 'avatar',
|
||||
group: 'userinfo',
|
||||
memberName: 'avatar',
|
||||
description: 'Gives a link to someone\'s avatar. (;avatar @User)',
|
||||
examples: [';avatar @XiaoBot'],
|
||||
description: 'Gives a link to someone\'s avatar. (x;avatar @User)',
|
||||
examples: ['x;avatar @XiaoBot'],
|
||||
args: [{
|
||||
key: 'user',
|
||||
prompt: 'Which user would you like to get the avatar of?',
|
||||
|
||||
Reference in New Issue
Block a user