From 5e1619e2dac538114fec2046101b30f9a81c5e5f Mon Sep 17 00:00:00 2001 From: MSFTserver Date: Tue, 7 Nov 2017 11:12:05 -0800 Subject: [PATCH] delete Tipping Message --- bot/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.js b/bot/bot.js index 3bfdd3c..5b1ebcc 100644 --- a/bot/bot.js +++ b/bot/bot.js @@ -43,7 +43,7 @@ bot.on("ready", function() { ); require("./plugins.js").init(); console.log("type " + config.prefix + "help in Discord for a commands list."); - bot.user.setGame(config.prefix + "help | Tipping not available"); + bot.user.setGame(config.prefix + "help"); }); bot.on("disconnected", function() {