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: