diff --git a/assets/wheat-fields.m4a b/assets/wheat-fields.m4a new file mode 100644 index 0000000..63fc618 Binary files /dev/null and b/assets/wheat-fields.m4a differ diff --git a/cogs/events.py b/cogs/events.py index 0dc4039..8cc9a0e 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -457,6 +457,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"wheat|fields": {"file": discord.File(assets / "wheat.m4a")}, } # Stop responding to any bots if message.author.bot is True: