From 14c4e61a4066fbf7c7943a582207f7eb36de593f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 4 Oct 2023 13:12:01 -0400 Subject: [PATCH] fix(moderation): added humanize to the info.json --- moderation/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderation/info.json b/moderation/info.json index 46a0f20..fcb33b4 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"] + "requirements": ["mysql-connector-python", "humanize"] }