summaryrefslogtreecommitdiff
path: root/commands/pay.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-06-24 09:40:52 -0400
committerAlee <alee14498@gmail.com>2018-06-24 09:40:52 -0400
commit67c15caed830fd5d5c10741d565d13bd024945b7 (patch)
tree56fefae765faf83419df9d7f51c837137e911ae0 /commands/pay.js
parente185d2278a07aa42714eaf47153abfaffc2e2cd8 (diff)
downloadAleeBot-67c15caed830fd5d5c10741d565d13bd024945b7.tar.gz
AleeBot-67c15caed830fd5d5c10741d565d13bd024945b7.tar.bz2
AleeBot-67c15caed830fd5d5c10741d565d13bd024945b7.zip
added a alias
Diffstat (limited to 'commands/pay.js')
-rw-r--r--commands/pay.js2
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 = {