delete Tipping Message

This commit is contained in:
MSFTserver 2017-11-07 11:12:05 -08:00 committed by GitHub
parent 4f94eee4b1
commit 5e1619e2da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ bot.on("ready", function() {
); );
require("./plugins.js").init(); require("./plugins.js").init();
console.log("type " + config.prefix + "help in Discord for a commands list."); 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() { bot.on("disconnected", function() {