From 5451f31c9f633ac0a7f57dff4211bf9a995fedc5 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 6 Oct 2023 23:29:46 -0400 Subject: [PATCH] fix(moderation): added pytimeparse2 to the requirements --- moderation/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderation/info.json b/moderation/info.json index fcb33b4..9b205e5 100644 --- a/moderation/info.json +++ b/moderation/info.json @@ -5,5 +5,5 @@ "short" : "Custom cog intended for use on the Galaxy discord server.", "description" : "Custom cog intended for use on the Galaxy discord server.", "end_user_data_statement" : "This cog does not store any End User Data.", - "requirements": ["mysql-connector-python", "humanize"] + "requirements": ["mysql-connector-python", "humanize", "pytimeparse2"] }