diff --git a/cogs/events.py b/cogs/events.py index b322c19..4d7c640 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -448,7 +448,7 @@ class Events(commands.Cog): r"china": {"file": discord.File(assets / "china.m4a")}, r"drones": {"file": discord.File(assets / "drones.m4a")}, r"pork($|\W+)|markets": {"file": discord.File(assets / "pork.m4a")}, - r"common\ssense|(wo)?man($|\W+)|(trans)?gender": { + r"common\ssense\W*$|(wo)?man\W*$|(trans(\s)?)?gender\W*$": { "file": discord.File(assets / "common-sense.m4a") }, r"scrapped(\sit)?|((7\s|seven\s)?different\s)?bins|(meat\s|flying\s)?tax": { @@ -456,7 +456,7 @@ class Events(commands.Cog): }, r"peppa|pig": {"file": discord.File(assets / "peppa-pig.m4a")}, r"brush|hair": {"file": discord.File(assets / "hair.m4a")}, - r"((cup\s)?of\s)?tea": {"file": discord.File(assets / "tea.m4a")}, + r"((cup\s)?of\s)?tea\W*$": {"file": discord.File(assets / "tea.m4a")}, r"wheat|fields": {"file": discord.File(assets / "wheat.m4a")}, r"bus((s)?es)?\W*$": {"file": discord.File(assets / "bus.m4a")}, r"^DoH$": {"content": "DoH: Domain Name Service over Hyper Text Transfer Protocol Secure"},