We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076c2b commit 87f7c48Copy full SHA for 87f7c48
app/services/gamebridge/payloads/StatusPayload.ts
@@ -361,7 +361,7 @@ export default class StatusPayload extends Payload {
361
],
362
flags: Discord.MessageFlags.IsComponentsV2,
363
})
364
- .catch();
+ .catch(e => console.error("StatusPayload", e));
365
} else {
366
channel
367
.send({
0 commit comments