Skip to content

Commit c35a4f0

Browse files
committed
commented out code i forgot abt
1 parent 7a0ac07 commit c35a4f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hooks/calendar.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ export async function execute() {
250250
return;
251251
} else if (events.length >= 1) {
252252
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!`
253+
`Hey everyone, here are some reminders about our upcoming events! <@&${config.CALENDAR_ROLE_ID}>\n`
255254
);
256255
}
257256

0 commit comments

Comments
 (0)