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