From 73ae4bca8c609c6846eb525ab938b7ed64f58dd0 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 15 Apr 2024 22:39:03 +0100 Subject: [PATCH] Add my ID for testing --- src/cogs/auto_responder.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cogs/auto_responder.py b/src/cogs/auto_responder.py index 2870331..d039292 100644 --- a/src/cogs/auto_responder.py +++ b/src/cogs/auto_responder.py @@ -137,7 +137,11 @@ class AutoResponder(commands.Cog): return # Check for HEVC truth social links and convert into h264 - if message.channel.name == "spam" and message.author.id in {1101439218334576742, 1229496078726860921}: + if message.channel.name == "spam" and message.author.id in { + 1101439218334576742, + 1229496078726860921, + 421698654189912064 + }: links = self.extract_links(message.content, "static-assets-1.truthsocial.com") if links: for link in links: