SeaCogs/antipolls/__init__.py

5 lines
95 B
Python

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