This commit is contained in:
Daniel Odendahl Jr
2017-06-25 00:38:11 +00:00
parent 8c725c8d18
commit 7b740326dd
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ module.exports = class SettingHelpCommand extends Command {
group: 'util',
memberName: 'setting-help',
description: 'View help on how to set up settings.',
guildOnly: true,
guarded: true
});
}