mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 02:35:17 +00:00
delete Tipping Message
This commit is contained in:
parent
4f94eee4b1
commit
5e1619e2da
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue