Skip to content

Commit

Permalink
feat: Also listen for 1st for auto-response
Browse files Browse the repository at this point in the history
for first person embark animation
  • Loading branch information
GeckoEidechse committed Oct 18, 2024
1 parent 50e0966 commit ed1219d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper/cogs/auto_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def on_message(self, message):
logger.info("Northstar mods installing embed reply sent")

elif (
re.search("first.person", message.content.lower())
re.search("(1st|first).person", message.content.lower())
and re.search("mod|northstar|titanfall", message.content.lower())
and re.search("animation|embark|embark", message.content.lower())
):
Expand Down

0 comments on commit ed1219d

Please sign in to comment.