diff --git a/assets/virgin/22847-mc.png b/assets/virgin/22847-mc.png new file mode 100644 index 0000000..f44bc1f Binary files /dev/null and b/assets/virgin/22847-mc.png differ diff --git a/assets/virgin/23891-mc.png b/assets/virgin/23891-mc.png new file mode 100644 index 0000000..03f7adb Binary files /dev/null and b/assets/virgin/23891-mc.png differ diff --git a/assets/virgin/29057-dc.png b/assets/virgin/29057-dc.png new file mode 100644 index 0000000..9513990 Binary files /dev/null and b/assets/virgin/29057-dc.png differ diff --git a/assets/virgin/6437-mc.png b/assets/virgin/6437-mc.png new file mode 100644 index 0000000..dafe907 Binary files /dev/null and b/assets/virgin/6437-mc.png differ diff --git a/assets/virgin/6857-speedtest.png b/assets/virgin/6857-speedtest.png new file mode 100644 index 0000000..8fec6b2 Binary files /dev/null and b/assets/virgin/6857-speedtest.png differ diff --git a/assets/virgin/7566-mc.png b/assets/virgin/7566-mc.png new file mode 100644 index 0000000..838d2c7 Binary files /dev/null and b/assets/virgin/7566-mc.png differ diff --git a/assets/virgin/9967-ping.png b/assets/virgin/9967-ping.png new file mode 100644 index 0000000..3655b3a Binary files /dev/null and b/assets/virgin/9967-ping.png differ diff --git a/cogs/events.py b/cogs/events.py index bbd9e88..5c58e7e 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -452,6 +452,14 @@ class Events(commands.Cog): "meta": { "check": (assets / "mine-diamonds.opus").exists } + }, + r"vir[mg]in(\smedia\W*)?$": { + "file": lambda: discord.File( + random.choice(list(Path(assets / 'virgin').iterdir())) + ), + "meta": { + "check": (assets / 'virgin').exists + } } } # Stop responding to any bots