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