SeaCogs/antipolls/__init__.py
SeaswimmerTheFsh 4344d26096
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 39s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 54s
feat(AntiPolls): added the cog
2024-04-16 10:44:05 -04:00

5 lines
95 B
Python

from .antipolls import AntiPolls
async def setup(bot):
await bot.add_cog(AntiPolls(bot))