From 9e5d676d99249d8031a5d11c51ff2006e4a4ce0a Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 27 Oct 2017 15:15:13 -0400 Subject: [PATCH] fix typo --- bot/modules/tipbot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 60cd3f2..9ffdc7d 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -10,8 +10,8 @@ exports.commands = [ ] exports.tip = { usage: "", - description: 'balance: get your balance\n deposit: get adress for your deposits\n withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n : mention a user with @ and then the amount to tip them', + description: 'balance: get your balance\n deposit: get address for your deposits\n withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n : mention a user with @ and then the amount to tip them', process: async function(bot,msg,suffix){ return; // Tipping is now handled by the separate tipbot(in branch tipbot_dc), no need to to anything here... } -} \ No newline at end of file +}