diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index beda4a8..5e93314 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -120,6 +120,7 @@ class Pterodactyl(commands.Cog): regex = await self.config.chat_regex() self.logger.debug(regex) self.logger.debug('1') + self.logger.debug(re.match(regex, text)) match: Optional[re.Match[str]] = re.match(regex, text) self.logger.debug('2') if match: