transcode any user's HEVC

This commit is contained in:
Nexus 2024-04-16 13:20:00 +01:00
parent 25f5453e1c
commit f83322dae3
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -189,11 +189,7 @@ 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,
421698654189912064,
}:
if message.channel.name == "spam" and message.author != self.bot.user:
# links = self.extract_links(message.content, "static-assets-1.truthsocial.com")
links = self.extract_links(message.content)
if links: