Ban command can also ban people outside the serer
This commit is contained in:
parent
e0de2439b7
commit
d57af1b669
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module.exports = class BanCommand extends Command {
|
||||||
{
|
{
|
||||||
key: 'member',
|
key: 'member',
|
||||||
prompt: 'Wich member would you like to ban?',
|
prompt: 'Wich member would you like to ban?',
|
||||||
type: 'member',
|
type: 'user',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'reasons',
|
key: 'reasons',
|
||||||
|
|
Loading…
Reference in a new issue