Skip to content

Commit

Permalink
update bot startup PresenceData
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Jul 28, 2019
1 parent 92e6b35 commit 7e68fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const thumbs = require('./data/thumbnails.json')

bot.on("ready", () => {
console.log(bot.user.tag + " is online")
bot.user.setPresence({ status: 'away', game: { name: process.env.PREFIX + 'help' } });
bot.user.setPresence({ game: { name: process.env.PREFIX + 'help' } })
setInterval(() => { commands.forums.checkForums(bot) }, 600000)
})

Expand Down

0 comments on commit 7e68fb5

Please sign in to comment.