From 26575883ac639e508b0b48496b37109f8d007369 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 15 Apr 2024 18:41:11 +0100 Subject: [PATCH] Update the compatibility timestamp --- src/cogs/quote_quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/quote_quota.py b/src/cogs/quote_quota.py index 0f765d7..a1ad0c5 100644 --- a/src/cogs/quote_quota.py +++ b/src/cogs/quote_quota.py @@ -189,7 +189,7 @@ class QuoteQuota(commands.Cog): def is_truth(msg: discord.Message) -> bool: if msg.author.id == 1101439218334576742: - if msg.created_at.timestamp() <= 1713202258.991351: + if msg.created_at.timestamp() <= 1713202855.80234: # Pre 6:30pm 15th April, embeds were not tagged for detection. return any((_te.type == "rich" for _te in msg.embeds))