From 100a5efff2f5fb0ff9d44e3c0904e587689d2711 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 4 Oct 2023 09:17:31 -0400 Subject: [PATCH] fix(moderation): fixed the bot not installing the mysql module on load --- moderation/info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moderation/info.json b/moderation/info.json index e3f9ac9..46a0f20 100644 --- a/moderation/info.json +++ b/moderation/info.json @@ -4,5 +4,6 @@ "name" : "Moderation", "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." + "end_user_data_statement" : "This cog does not store any End User Data.", + "requirements": ["mysql-connector-python"] }