diff options
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js index 7b43e01..6634e68 100644 --- a/commands/help.js +++ b/commands/help.js @@ -55,7 +55,7 @@ module.exports.run = async (client, message) => { exports.conf = {
aliases: ['h'],
- guildOnly: true,
+ guildOnly: false,
};
exports.help = {
name: 'help',
|
