Add count-to-three.ogg & make audio better

This commit is contained in:
Nexus 2023-08-12 14:15:23 +01:00
parent 48b982793e
commit 2f98e28a17
Signed by: nex
GPG key ID: 0FA334385D0B689F
4 changed files with 6 additions and 0 deletions

BIN
assets/count-to-three.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -368,6 +368,12 @@ class Events(commands.Cog):
"check": (assets / "it-just-works.ogg").exists
}
},
"count to (3|three)": {
"func": play_voice(assets / "count-to-three.ogg"),
"meta": {
"check": (assets / "count-to-three.ogg").exists
}
},
r"^linux$": {
"content": lambda: (assets / "copypasta.txt").read_text(),
"meta": {