diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 09:40:52 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 09:40:52 -0400 |
| commit | 67c15caed830fd5d5c10741d565d13bd024945b7 (patch) | |
| tree | 56fefae765faf83419df9d7f51c837137e911ae0 /commands | |
| parent | e185d2278a07aa42714eaf47153abfaffc2e2cd8 (diff) | |
| download | AleeBot-67c15caed830fd5d5c10741d565d13bd024945b7.tar.gz AleeBot-67c15caed830fd5d5c10741d565d13bd024945b7.tar.bz2 AleeBot-67c15caed830fd5d5c10741d565d13bd024945b7.zip | |
added a alias
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 = { |
