SeaCogs/pterodactyl/__init__.py
SeaswimmerTheFsh 6158d05960
All checks were successful
Actions / Lint Code (Ruff) (pull_request) Successful in 9s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 24s
feat(pterodactyl): introduced the cog
2024-02-27 23:02:03 -05:00

5 lines
101 B
Python

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