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 7a0ac07 commit c35a4f0Copy full SHA for c35a4f0
src/hooks/calendar.ts
@@ -250,8 +250,7 @@ export async function execute() {
250
return;
251
} else if (events.length >= 1) {
252
webhook.send(
253
- // `Hey everyone, here are some reminders about our upcoming events! <@&${config.CALENDAR_ROLE_ID}>\n`
254
- `Hey everyone, here are some reminders about our upcoming events!`
+ `Hey everyone, here are some reminders about our upcoming events! <@&${config.CALENDAR_ROLE_ID}>\n`
255
);
256
}
257
0 commit comments