6 lines
115 B
Python
6 lines
115 B
Python
from .antiphoneclapper import AntiPhoneClapper
|
|
|
|
|
|
async def setup(bot):
|
|
bot.add_cog(AntiPhoneClapper(bot))
|