diff --git a/commands/admin/ban.js b/commands/admin/ban.js
index 5f301468..ad1ae506 100644
--- a/commands/admin/ban.js
+++ b/commands/admin/ban.js
@@ -7,7 +7,7 @@ module.exports = class BanCommand extends Command {
             memberName: 'ban',
             description: 'ban the mentionned user',
             guildOnly: true,
-            clientPermissions: ['ADMINISTRATOR'],
+            clientPermissions: ['BAN_MEMBERS'],
             userPermissions: ['BAN_MEMBERS'],
             args: [
                 {
diff --git a/commands/admin/kick.js b/commands/admin/kick.js
index 1a301775..e92f74dc 100644
--- a/commands/admin/kick.js
+++ b/commands/admin/kick.js
@@ -7,7 +7,7 @@ module.exports = class KickCommand extends Command {
             memberName: 'kick',
             description: 'Kick the mentionned user',
             guildOnly: true,
-            clientPermissions: ['ADMINISTRATOR'],
+            clientPermissions: ['KICK_MEMBERS'],
             userPermissions: ['KICK_MEMBERS'],
             args: [
                 {