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