mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Cleaner Looking args
This commit is contained in:
@@ -7,11 +7,13 @@ module.exports = class KillCommand extends Command {
|
||||
group: 'roleplay',
|
||||
memberName: 'kill',
|
||||
description: 'Kills something/someone.',
|
||||
args: [{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
type: 'string'
|
||||
}]
|
||||
args: [
|
||||
{
|
||||
key: 'thing',
|
||||
prompt: 'What do you want to roleplay with?',
|
||||
type: 'string'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user