Skip to content

Commit

Permalink
Update panel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlz authored Jul 9, 2024
1 parent 8d122a0 commit 80b01a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/eventsmode/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ export class Command {

await eventAnnounceChannel
.send(
safeJsonParse(event.announcedEmbed, {
safeJsonParse({...event.announcedEmbed, components: [row]}, {
content: BotMessages.SOMETHING_GONE_WRONG,
components: [row]
}),
)
.catch(logger.error);
Expand Down

0 comments on commit 80b01a7

Please sign in to comment.