Add my ID for testing

This commit is contained in:
Nexus 2024-04-15 22:39:03 +01:00
parent e00a6c19fe
commit 73ae4bca8c
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -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: