aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js
index 4033289..4103510 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -31,7 +31,7 @@ module.exports.run = async (client, message) => {
exports.conf = {
aliases: ['h'],
- guildOnly: false,
+ guildOnly: true,
};
exports.help = {
name: 'help',