This commit is contained in:
Dragon Fire
2021-04-24 08:45:24 -04:00
parent c9e6a66869
commit f91f82e9c3
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = class Timer {
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);
await this.client.redis.hdel('timer', this.id);
}
}, time);
}