Skip to content

Commit

Permalink
I know someone will complain about this eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Sep 12, 2024
1 parent 01de098 commit a0851c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/services/gamebridge/payloads/StatusPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ export default class StatusPayload extends Payload {
if (current_countdown) {
presence.activities = [
{
name: `${current_countdown.text} in ${current_countdown.time} seconds`,
name: `${current_countdown.text} in ${current_countdown.time} second${
current_countdown.time > 1 ? "s" : ""
}`,
type: 3,
},
];
Expand Down

0 comments on commit a0851c5

Please sign in to comment.