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 '); }