diff options
Diffstat (limited to 'commands')
| -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 44ff85d..f979c40 100644 --- a/commands/setmoney.js +++ b/commands/setmoney.js @@ -52,7 +52,7 @@ module.exports.run = async (client, message, args) => { }; exports.conf = { - aliases: [''], + aliases: [], guildOnly: true, }; exports.help = { |
