Skip to content

Commit

Permalink
Stop Logging Presence Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofracassi authored Jun 13, 2019
1 parent 933e850 commit 7d5f4c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/listeners/MainListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module.exports = class MainListener extends EventListener {
setInterval(() => {
const presence = presences[Math.floor(Math.random() * presences.length)]
this.user.setPresence({ game: presence })
this.log(`Changed presence to "${presence.name}", type "${presence.type}"`, 'Presence')
}, PRESENCE_INTERVAL)

// Lavalink connection
Expand Down

0 comments on commit 7d5f4c6

Please sign in to comment.