diff --git a/filter/__init__.py b/filter/__init__.py new file mode 100644 index 0000000..764640f --- /dev/null +++ b/filter/__init__.py @@ -0,0 +1,4 @@ +from .filter import FilterCog + +async def setup(bot): + await bot.add_cog(FilterCog(bot)) diff --git a/filter/info.json b/filter/info.json index 6d8ce18..a9a69ca 100644 --- a/filter/info.json +++ b/filter/info.json @@ -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" + } + \ No newline at end of file