diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/pay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pay.js b/commands/pay.js index 5549e18..5a2a836 100644 --- a/commands/pay.js +++ b/commands/pay.js @@ -49,7 +49,7 @@ module.exports.run = async (client, message, args) => { }; exports.conf = { - aliases: [], + aliases: ['transfer'], guildOnly: false, }; exports.help = { |
