5 lines
86 B
Python
5 lines
86 B
Python
from .backup import Backup
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Backup(bot))
|