feat(AntiPolls): added the cog
This commit is contained in:
parent
285257eed5
commit
4344d26096
4 changed files with 202 additions and 13 deletions
5
antipolls/__init__.py
Normal file
5
antipolls/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .antipolls import AntiPolls
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(AntiPolls(bot))
|
Loading…
Add table
Add a link
Reference in a new issue