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))