From cb800bdb8e1b7c1bac0da304fa7eff8130d120bc Mon Sep 17 00:00:00 2001 From: LavRadis Date: Thu, 26 Oct 2017 19:46:41 +0200 Subject: [PATCH] Edited !tip help line --- bot/modules/tipbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index a48498b..f5a18f9 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -121,7 +121,7 @@ function doHelp(message) { return; } message.reply('Sent you help via DM!'); - message.author.send('**!tip**\n balance: get your balance\n deposit: get adress for your deposits\n withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n : send credits to '); + message.author.send('**!tip**\n !tip balance: get your balance\n !tip deposit: get adress for your deposits\n !tip withdraw ADDRESS AMOUNT: withdraw AMOUNT credits to ADDRESS\n !tip : send credits to '); }