Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 50c92ad

Browse files
authored
Update MainListener.js
1 parent bd4735d commit 50c92ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/listeners/MainListener.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module.exports = class MainListener extends EventListener {
1212
}
1313

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

1818
// Lavalink connection
1919
if (process.env.LAVALINK_NODES) {

0 commit comments

Comments
 (0)