diff --git a/backend/src/plugins/Reminders.ts b/backend/src/plugins/Reminders.ts index 2d1a6a82..3f15161a 100644 --- a/backend/src/plugins/Reminders.ts +++ b/backend/src/plugins/Reminders.ts @@ -68,7 +68,6 @@ export class RemindersPlugin extends ZeppelinPlugin { const pendingReminders = await this.reminders.getDueReminders(); for (const reminder of pendingReminders) { const channel = this.guild.channels.get(reminder.channel_id); - if (channel && channel instanceof TextChannel) { try { //Only show created at date if one exists