Skip to content

Commit

Permalink
feat: merge (#26)
Browse files Browse the repository at this point in the history
* feat: response improvement stat command (#23)

* fix: naming conventions and indentation (#25)

---------

Co-authored-by: Esteve Autet Alexe <[email protected]>
  • Loading branch information
alexcraviotto and stifskere authored Mar 23, 2024
1 parent 5d21637 commit 6ef4b82
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/events/Ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default new Event({
let currentStatus: number = 0;
function changeStatus(this: EventContext): void {
this.client.user!.setActivity(
presences[++currentStatus === presences.length ? 0 : currentStatus]
presences[++currentStatus === presences.length ? 0 : currentStatus]
);
}

Expand Down

0 comments on commit 6ef4b82

Please sign in to comment.