repo(moderation): moving moderation cog to seacogs
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 50s
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 50s
This commit is contained in:
parent
be11b12517
commit
4e4c16f278
3 changed files with 0 additions and 1375 deletions
|
@ -1,5 +0,0 @@
|
||||||
from .moderation import Moderation
|
|
||||||
|
|
||||||
|
|
||||||
async def setup(bot):
|
|
||||||
await bot.add_cog(Moderation(bot))
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"author" : ["SeaswimmerTheFsh"],
|
|
||||||
"install_msg" : "Thank you for installing Moderation!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs",
|
|
||||||
"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.",
|
|
||||||
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"],
|
|
||||||
"hidden": false,
|
|
||||||
"disabled": false
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue