Skip to content

Commit

Permalink
Update MainListener.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Doges committed May 16, 2022
1 parent bd4735d commit 50c92ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/MainListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module.exports = class MainListener extends EventListener {
}

onReady () {
this.user.setActivity(`@${this.user.username} is getting archived. Huge thanks to everyone!`, { type: 'PLAYING' })
this.user.setStatus('idle')
this.user.setActivity(`@${this.user.username} is getting archived. For more info check our discord server.`, { type: 'PLAYING' })

// Lavalink connection
if (process.env.LAVALINK_NODES) {
Expand Down

0 comments on commit 50c92ad

Please sign in to comment.