Ban command can also ban people outside the serer

This commit is contained in:
Loïc Bersier 2018-11-13 20:24:16 +01:00
parent e0de2439b7
commit d57af1b669

View file

@ -13,7 +13,7 @@ module.exports = class BanCommand extends Command {
{
key: 'member',
prompt: 'Wich member would you like to ban?',
type: 'member',
type: 'user',
},
{
key: 'reasons',