Update info add init

This commit is contained in:
Valerie 2025-02-22 20:39:01 -05:00
parent 4d30277fb3
commit c749387965
2 changed files with 8 additions and 2 deletions

4
filter/__init__.py Normal file
View file

@ -0,0 +1,4 @@
from .filter import FilterCog
async def setup(bot):
await bot.add_cog(FilterCog(bot))

View file

@ -4,5 +4,7 @@
"install_msg": "Thanks for installing the Filter Cog! Use `[p]help FilterCog` to get started.",
"short": "Message filtering moderation cog.",
"tags": ["moderation", "filter", "messages"],
"type": "COG"
}
"type": "COG",
"min_bot_version": "3.5.16"
}