Add bus and wheat

This commit is contained in:
Nexus 2023-11-18 19:27:14 +00:00
parent a4d6b444ae
commit 8486e7e506
Signed by: nex
GPG key ID: 0FA334385D0B689F
3 changed files with 1 additions and 0 deletions

BIN
assets/bus.m4a Normal file

Binary file not shown.

BIN
assets/wheat.m4a Normal file

Binary file not shown.

View file

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