6 lines
86 B
Python
6 lines
86 B
Python
from .isitdown import IsItDown
|
|
|
|
|
|
async def setup(bot):
|
|
bot.add_cog(IsItDown(bot))
|