log test
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 15s

This commit is contained in:
crate 2025-06-03 20:57:39 -05:00
parent 49831aeb47
commit d70584d4f8

View File

@ -43,7 +43,7 @@ class GarfbotRespond:
async def garfbot_response(self, message, content):
guild_id = message.guild.id
logger.info(content)
logger.info(message.content)
add_pattern = r'garfbot\s+response\s+add\s+["\']([^"\']+)["\']\s+["\']([^"\']+)["\']'
add_match = re.search(add_pattern, content, re.IGNORECASE)