feat(AntiPolls): added the cog
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 39s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 54s

This commit is contained in:
SeaswimmerTheFsh 2024-04-16 10:44:05 -04:00
parent 285257eed5
commit 4344d26096
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
4 changed files with 202 additions and 13 deletions

5
antipolls/__init__.py Normal file
View file

@ -0,0 +1,5 @@
from .antipolls import AntiPolls
async def setup(bot):
await bot.add_cog(AntiPolls(bot))