from .antipolls import AntiPolls


async def setup(bot):
    await bot.add_cog(AntiPolls(bot))