Skip to content

Commit

Permalink
chore(PresenceManager): change status to 'online'
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscodefxy committed Jun 2, 2024
1 parent 8e4ef06 commit b20023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/PresenceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected function changePresence()
"name" => $this->presences[$this->currentPresence],
"type" => $this->presenceType
]);
$this->discord->updatePresence($act, false, 'idle');
$this->discord->updatePresence($act, false, 'online');
$this->currentPresence += 1;
}

Expand Down

0 comments on commit b20023e

Please sign in to comment.