From 6d3749f970acb8f892d314edbe992d2cdafca255 Mon Sep 17 00:00:00 2001 From: filipnyquist Date: Wed, 25 Oct 2017 22:00:17 +0200 Subject: [PATCH] Update bot.js --- bot/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.js b/bot/bot.js index 2bcb1dd..26ef123 100644 --- a/bot/bot.js +++ b/bot/bot.js @@ -32,7 +32,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" + config.prefix + "tip" ); });