diff --git a/src/cogs/auto_responder.py b/src/cogs/auto_responder.py index caa4144..b2a8510 100644 --- a/src/cogs/auto_responder.py +++ b/src/cogs/auto_responder.py @@ -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)