Update bot.js

This commit is contained in:
filipnyquist 2017-10-25 22:00:17 +02:00 committed by GitHub
parent 7e0e3e8400
commit 6d3749f970

View file

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