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:
@@ -6,8 +6,8 @@ module.exports = class KillCommand extends Command {
|
||||
name: 'kill',
|
||||
group: 'roleplay',
|
||||
memberName: 'kill',
|
||||
description: 'Kills someone. (;kill @User)',
|
||||
examples: [';kill @User'],
|
||||
description: 'Kills someone. (x;kill @User)',
|
||||
examples: ['x;kill @User'],
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
|
||||
Reference in New Issue
Block a user