Update bot.js
This commit is contained in:
parent
7e0e3e8400
commit
6d3749f970
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,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(
|
bot.user.setGame(
|
||||||
config.prefix + "help | Tipping not available"
|
config.prefix + "tip"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue