feat(bible): added bible cog
This commit is contained in:
parent
3398100a0f
commit
39fafede67
5 changed files with 62 additions and 0 deletions
5
bible/__init__.py
Normal file
5
bible/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .bible import Bible
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Bible(bot))
|
Loading…
Add table
Add a link
Reference in a new issue