NCFE had a diff domain
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 7s

This commit is contained in:
Nexus 2024-04-26 18:35:13 +01:00
parent 733efe43b9
commit 80348db530
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -298,8 +298,7 @@ class AutoResponder(commands.Cog):
if message.channel.name == "spam" and message.author != self.bot.user:
await self.transcode_hevc_to_h264(message)
links = self.extract_links(message.content, "www.ncfe.co.uk", "ncfe.co.uk", raw=True)
self.log.info("Found the following NCFE links: %s", links)
links = self.extract_links(message.content, "www.ncfe.org.uk", "ncfe.org.uk", raw=True)
if links:
await self.copy_ncfe_docs(message, links)