fix(moderation): added humanize to the info.json
All checks were successful
Pylint / Pylint (push) Successful in 1m11s

This commit is contained in:
Seaswimmer 2023-10-04 13:12:01 -04:00
parent a9ec5044a2
commit 14c4e61a40
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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