SeaCogs/bible/__init__.py

6 lines
83 B
Python
Raw Permalink Normal View History

2024-02-01 17:14:06 -05:00
from .bible import Bible
async def setup(bot):
await bot.add_cog(Bible(bot))