Technically there's a fallback

This commit is contained in:
Daniel Odendahl Jr
2018-04-11 01:11:30 +00:00
parent 8226f421af
commit dd27f5281b
+1 -2
View File
@@ -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.'
});
}