5 lines
83 B
Python
5 lines
83 B
Python
from .bible import Bible
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Bible(bot))
|