From 1f5a7ace57c54186b4da77fb3f7bd683e0f219fc Mon Sep 17 00:00:00 2001 From: filipnyquist Date: Wed, 25 Oct 2017 22:14:37 +0200 Subject: [PATCH] Update tipbot.js --- bot/modules/tipbot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/modules/tipbot.js b/bot/modules/tipbot.js index 5617a6d..a48498b 100644 --- a/bot/modules/tipbot.js +++ b/bot/modules/tipbot.js @@ -115,11 +115,12 @@ function doTip(message, tipper, words) { } -async function doHelp(message) { +function doHelp(message) { if(!inPrivateOrBotSandbox(message)){ message.reply('Please use <#369896313082478594> or DMs to talk to bots.'); 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 '); }