fix(moderation): added pytimeparse2 to the requirements
All checks were successful
Pylint / Pylint (push) Successful in 1m14s
All checks were successful
Pylint / Pylint (push) Successful in 1m14s
This commit is contained in:
parent
64669349de
commit
5451f31c9f
1 changed files with 1 additions and 1 deletions
|
@ -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", "humanize"]
|
||||
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue