Update info add init
This commit is contained in:
parent
4d30277fb3
commit
c749387965
2 changed files with 8 additions and 2 deletions
4
filter/__init__.py
Normal file
4
filter/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
from .filter import FilterCog
|
||||||
|
|
||||||
|
async def setup(bot):
|
||||||
|
await bot.add_cog(FilterCog(bot))
|
|
@ -4,5 +4,7 @@
|
||||||
"install_msg": "Thanks for installing the Filter Cog! Use `[p]help FilterCog` to get started.",
|
"install_msg": "Thanks for installing the Filter Cog! Use `[p]help FilterCog` to get started.",
|
||||||
"short": "Message filtering moderation cog.",
|
"short": "Message filtering moderation cog.",
|
||||||
"tags": ["moderation", "filter", "messages"],
|
"tags": ["moderation", "filter", "messages"],
|
||||||
"type": "COG"
|
"type": "COG",
|
||||||
}
|
"min_bot_version": "3.5.16"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue