5 lines
95 B
Python
5 lines
95 B
Python
from .ptero import Pterodactyl
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Pterodactyl(bot))
|