Files
aikaterna-cogs/antiphoneclapper/__init__.py
aikaterna 6526206e15 [V3 AntiPhoneClapper] Initial commit
Thanks to sitryk for the logic in this cog.
2019-02-01 15:43:10 -08:00

6 lines
115 B
Python

from .antiphoneclapper import AntiPhoneClapper
async def setup(bot):
bot.add_cog(AntiPhoneClapper(bot))