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

6 lines
95 B
Python
Raw Permalink Normal View History

2023-07-14 11:04:58 -04:00
from .ptero import Pterodactyl
async def setup(bot):
await bot.add_cog(Pterodactyl(bot))