From 67c15caed830fd5d5c10741d565d13bd024945b7 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 24 Jun 2018 09:40:52 -0400 Subject: added a alias --- commands/pay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3