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