Skip to content

Commit

Permalink
fix: fix activity name and state in SuperClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Nov 6, 2023
1 parent 00b9537 commit ca9268b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SuperClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export default abstract class SuperClient extends Client {
presence: {
status: 'idle',
activities: [{
name: 'Watching over 400+ networks | /hub browse',
state: 'custom',
state: 'Watching over 400+ networks | /hub browse',
name: 'custom',
type: ActivityType.Custom,
}],
},
Expand Down

0 comments on commit ca9268b

Please sign in to comment.