SeaCogs/bible/__init__.py
SeaswimmerTheFsh 39fafede67
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 18s
Actions / Build Documentation (MkDocs) (push) Successful in 13s
feat(bible): added bible cog
2024-02-01 17:14:06 -05:00

5 lines
83 B
Python

from .bible import Bible
async def setup(bot):
await bot.add_cog(Bible(bot))