Skip to content

Commit

Permalink
add lbry to playing message
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFTserver committed Feb 16, 2018
1 parent efc0b97 commit 0b813f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bot.on("ready", function() {
require("./plugins.js").init();
console.log("type " + config.prefix + "help in Discord for a commands list.");
bot.user.setActivity(config.prefix + "Intialized!");
var text = ["tiprvn", "tipdoge"];
var text = ["tiprvn", "tipdoge", "tiplbry"];
var counter = 0;
setInterval(change, 10000);

Expand Down

0 comments on commit 0b813f0

Please sign in to comment.