fix(moderation): fixed the bot not installing the mysql module on load
All checks were successful
Pylint / Pylint (push) Successful in 1m12s
All checks were successful
Pylint / Pylint (push) Successful in 1m12s
This commit is contained in:
parent
8a27886e4b
commit
100a5efff2
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue