diff --git a/assets/china.m4a b/assets/china.m4a new file mode 100644 index 0000000..b8976d4 Binary files /dev/null and b/assets/china.m4a differ diff --git a/assets/disgrace.m4a b/assets/disgrace.m4a new file mode 100644 index 0000000..398a4a6 Binary files /dev/null and b/assets/disgrace.m4a differ diff --git a/assets/drones.m4a b/assets/drones.m4a new file mode 100644 index 0000000..092a3a0 Binary files /dev/null and b/assets/drones.m4a differ diff --git a/assets/pork.m4a b/assets/pork.m4a new file mode 100644 index 0000000..fa3504d Binary files /dev/null and b/assets/pork.m4a differ diff --git a/cogs/events.py b/cogs/events.py index 463c27a..7cfa02a 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -444,6 +444,10 @@ class Events(commands.Cog): "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"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 if message.author.bot is True: