Skip to content

Commit

Permalink
fix: change client status from invisible to idle.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Nov 6, 2023
1 parent b0cc3e2 commit 00b9537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuperClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default abstract class SuperClient extends Client {
IntentsBitField.Flags.GuildMessageReactions,
],
presence: {
status: 'invisible',
status: 'idle',
activities: [{
name: 'Watching over 400+ networks | /hub browse',
state: 'custom',
Expand Down

0 comments on commit 00b9537

Please sign in to comment.