Skip to content

Commit 87f7c48

Browse files
Techbot121Meta Construct
authored andcommitted
show errors so we know why the embed won't update
1 parent 7076c2b commit 87f7c48

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
@@ -361,7 +361,7 @@ export default class StatusPayload extends Payload {
361361
],
362362
flags: Discord.MessageFlags.IsComponentsV2,
363363
})
364-
.catch();
364+
.catch(e => console.error("StatusPayload", e));
365365
} else {
366366
channel
367367
.send({

0 commit comments

Comments
 (0)