mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
Cleaner Looking args
This commit is contained in:
@@ -8,11 +8,13 @@ module.exports = class StaffRoleCommand extends Command {
|
||||
memberName: 'staffrole',
|
||||
description: 'Sets the role that can use Mod Commands without perms.',
|
||||
guildOnly: true,
|
||||
args: [{
|
||||
key: 'role',
|
||||
prompt: 'What role should be staff?',
|
||||
type: 'role'
|
||||
}]
|
||||
args: [
|
||||
{
|
||||
key: 'role',
|
||||
prompt: 'What role should be staff?',
|
||||
type: 'role'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user