removed unnecessary code lines 2: electric boogaloo 2
This commit is contained in:
parent
a1cb358d16
commit
329de665f5
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ export class RemindersPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue