Add wheat.m4a

This commit is contained in:
Nexus 2023-11-18 19:22:01 +00:00
parent 2b9b2ad778
commit fc1255d5c9
Signed by: nex
GPG key ID: 0FA334385D0B689F
2 changed files with 1 additions and 0 deletions

BIN
assets/wheat-fields.m4a Normal file

Binary file not shown.

View file

@ -457,6 +457,7 @@ class Events(commands.Cog):
r"peppa|pig": {"file": discord.File(assets / "peppa-pig.m4a")}, r"peppa|pig": {"file": discord.File(assets / "peppa-pig.m4a")},
r"brush|hair": {"file": discord.File(assets / "hair.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": {"file": discord.File(assets / "tea.m4a")},
r"wheat|fields": {"file": discord.File(assets / "wheat.m4a")},
} }
# Stop responding to any bots # Stop responding to any bots
if message.author.bot is True: if message.author.bot is True: