fix(moderation): added pytimeparse2 to the requirements
All checks were successful
Pylint / Pylint (push) Successful in 1m14s

This commit is contained in:
Seaswimmer 2023-10-06 23:29:46 -04:00
parent 64669349de
commit 5451f31c9f
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", "humanize"]
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"]
}