Add more sound clips to jimmy

This commit is contained in:
Nexus 2023-11-18 18:38:55 +00:00
parent 728a2ae3f1
commit 95b9de5af1
Signed by: nex
GPG key ID: 0FA334385D0B689F
5 changed files with 4 additions and 0 deletions

BIN
assets/china.m4a Normal file

Binary file not shown.

BIN
assets/disgrace.m4a Normal file

Binary file not shown.

BIN
assets/drones.m4a Normal file

Binary file not shown.

BIN
assets/pork.m4a Normal file

Binary file not shown.

View file

@ -444,6 +444,10 @@ class Events(commands.Cog):
"content": lambda: "I have {:,} lines of source code across {:,} files!".format(*get_sloc_count()) "content": lambda: "I have {:,} lines of source code across {:,} files!".format(*get_sloc_count())
}, },
r"t(ry\s)?i(t\s)?a(nd\s)?see.*": {"content": "https://tryitands.ee"}, r"t(ry\s)?i(t\s)?a(nd\s)?see.*": {"content": "https://tryitands.ee"},
r"disgrace": {"file": discord.File(assets / "disgrace.m4a")},
r"china": {"file": discord.File(assets / "china.m4a")},
r"drones": {"file": discord.File(assets / "drones.m4a")},
r"pork($|\W+)|markets": {"file": discord.File(assets / "pork.m4a")},
} }
# Stop responding to any bots # Stop responding to any bots
if message.author.bot is True: if message.author.bot is True: