feat(backup): added the cog

This commit is contained in:
SeaswimmerTheFsh 2024-01-31 12:12:38 -05:00
parent fa7faec4c2
commit abc9927dea
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 61 additions and 0 deletions

5
backup/__init__.py Normal file
View file

@ -0,0 +1,5 @@
from .backup import Backup
async def setup(bot):
await bot.add_cog(Backup(bot))