From 0ccf48255694ef41d21a3de7cd90ce43bbb3bce4 Mon Sep 17 00:00:00 2001 From: nex Date: Thu, 11 May 2023 00:50:03 +0100 Subject: [PATCH] forgror a comma --- cogs/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/events.py b/cogs/events.py index 21c47a2..8f3bf27 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -454,7 +454,7 @@ class Events(commands.Cog): } }, r"v[ei]r[mg]in(\sme(d|m[a]?)ia\W*)?$": { - "content": "Get virgin'd" + "content": "Get virgin'd", "file": lambda: discord.File( random.choice(list(Path(assets / 'virgin').iterdir())) ),