fix(moderation): fixed the bot not installing the mysql module on load
All checks were successful
Pylint / Pylint (push) Successful in 1m12s

This commit is contained in:
SeaswimmerTheFsh 2023-10-04 09:17:31 -04:00
parent 8a27886e4b
commit 100a5efff2
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -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"]
}