Skip to content

Commit

Permalink
updated docs to new ActivityType enum - ci ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX committed Oct 1, 2023
1 parent c143668 commit a8c5a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use xxAROX\PresenceMan\PresenceMan;
/** @var int $ends_at */
/** @var int $players_left */
$bedwars_activity = new ApiActivity(
\xxAROX\PresenceMan\entity\ActivityType::PLAYING(),
\xxAROX\PresenceMan\entity\ActivityType::PLAYING,
"4x1", "Bedwars",
$ends_at,
"bedwars",
Expand Down

0 comments on commit a8c5a07

Please sign in to comment.