From dd27f5281bded06782d91b53ad9f2c4f2ff67260 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 11 Apr 2018 01:11:30 +0000 Subject: [PATCH] Technically there's a fallback --- commands/single/hi.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/single/hi.js b/commands/single/hi.js index 55b106d7..91e15022 100644 --- a/commands/single/hi.js +++ b/commands/single/hi.js @@ -7,8 +7,7 @@ module.exports = class HelloWorldCommand extends Command { aliases: ['hello', 'hey', 'hoi', 'hola'], group: 'single', memberName: 'hi', - description: 'Hello.', - clientPermissions: ['ADD_REACTIONS', 'READ_MESSAGE_HISTORY'] + description: 'Hello.' }); }