mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -6,8 +6,8 @@ module.exports = class HighFivesCommand extends Command {
|
||||
name: 'highfive',
|
||||
group: 'roleplay',
|
||||
memberName: 'highfive',
|
||||
description: 'High Fives someone. (;highfive @User)',
|
||||
examples: [';highfive @User'],
|
||||
description: 'High Fives someone. (x;highfive @User)',
|
||||
examples: ['x;highfive @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
Reference in New Issue
Block a user