fix(moderation): added humanize to the info.json
All checks were successful
Pylint / Pylint (push) Successful in 1m11s
All checks were successful
Pylint / Pylint (push) Successful in 1m11s
This commit is contained in:
parent
a9ec5044a2
commit
14c4e61a40
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
||||||
"short" : "Custom cog intended for use on the Galaxy discord server.",
|
"short" : "Custom cog intended for use on the Galaxy discord server.",
|
||||||
"description" : "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"]
|
"requirements": ["mysql-connector-python", "humanize"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue