Skip to content

Commit 0b813f0

Browse files
committed
add lbry to playing message
1 parent efc0b97 commit 0b813f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bot.on("ready", function() {
3030
require("./plugins.js").init();
3131
console.log("type " + config.prefix + "help in Discord for a commands list.");
3232
bot.user.setActivity(config.prefix + "Intialized!");
33-
var text = ["tiprvn", "tipdoge"];
33+
var text = ["tiprvn", "tipdoge", "tiplbry"];
3434
var counter = 0;
3535
setInterval(change, 10000);
3636

0 commit comments

Comments
 (0)