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 +}