Skip to content

Commit 753f4dc

Browse files
Techbot121Meta Construct
authored andcommitted
fix wrong type for activity
1 parent 090021e commit 753f4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/gamebridge/payloads/StatusPayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default class StatusPayload extends Payload {
147147

148148
if (current_defcon !== 5) {
149149
presence.activities = [
150-
{ name: "oh no", state: "DEFCON " + current_defcon, type: 5 },
150+
{ name: "oh no", state: "DEFCON " + current_defcon, type: 4 },
151151
];
152152
}
153153
discord.user.setPresence(presence);

0 commit comments

Comments
 (0)