This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticCogs/pterodactyl/__init__.py

5 lines
95 B
Python

from .ptero import Pterodactyl
async def setup(bot):
await bot.add_cog(Pterodactyl(bot))