SeaCogs/speedtest/__init__.py

6 lines
95 B
Python
Raw Normal View History

2024-05-25 17:09:07 -04:00
from .speedtest import Speedtest
async def setup(bot):
await bot.add_cog(Speedtest(bot))