diff --git a/commands/admin/ban.js b/commands/admin/ban.js index 08fcae96..cd9d01b7 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -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',