Update the compatibility timestamp

This commit is contained in:
Nexus 2024-04-15 18:41:11 +01:00
parent b9eb78e71c
commit 26575883ac
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -189,7 +189,7 @@ class QuoteQuota(commands.Cog):
def is_truth(msg: discord.Message) -> bool: def is_truth(msg: discord.Message) -> bool:
if msg.author.id == 1101439218334576742: 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. # Pre 6:30pm 15th April, embeds were not tagged for detection.
return any((_te.type == "rich" for _te in msg.embeds)) return any((_te.type == "rich" for _te in msg.embeds))