This commit is contained in:
Nexus 2023-11-18 19:11:19 +00:00
parent 347afcf54c
commit 92eaf5f2c0
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -455,7 +455,7 @@ class Events(commands.Cog):
"file": discord.File(assets / "scrapped.m4a") "file": discord.File(assets / "scrapped.m4a")
}, },
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 / "brush.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")},
} }
# Stop responding to any bots # Stop responding to any bots