This commit is contained in:
Dragon Fire
2021-04-24 08:39:51 -04:00
parent c23a2da72e
commit c9e6a66869
+1
View File
@@ -28,6 +28,7 @@ module.exports = class Timer {
const channel = await this.client.channels.fetch(this.channelID);
await channel.send(`🕰️ <@${this.userID}>, you wanted me to remind you of: **"${this.title}"**.`);
} finally {
this.client.timers.delete(this.id);
await this.client.redis.hdel('timer', id);
}
}, time);