diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 15:35:59 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 15:35:59 -0400 |
| commit | a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74 (patch) | |
| tree | d0bc4b31a4411b8491f0a4c9902b2351f57baf99 /commands/ban.js | |
| parent | 322bf0ae247eaed29e62953ae4274612f694de92 (diff) | |
| download | AleeBot-a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74.tar.gz AleeBot-a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74.tar.bz2 AleeBot-a6979e0ac8dbafa5cfe10510d6c8ad0e7e10cf74.zip | |
Reverting things
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', |
