diff --git a/cogs/events.py b/cogs/events.py index 0a03a97..e7271fe 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