feat(backup): added the cog
This commit is contained in:
parent
fa7faec4c2
commit
abc9927dea
3 changed files with 61 additions and 0 deletions
5
backup/__init__.py
Normal file
5
backup/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .backup import Backup
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Backup(bot))
|
Loading…
Add table
Add a link
Reference in a new issue