6 lines
95 B
Python
6 lines
95 B
Python
|
from .antipolls import AntiPolls
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(AntiPolls(bot))
|