Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
BackupBot/extensions/__init__.py

5 lines
147 B
Python

from backup_bot import bot
bot.load_extension("extensions.help")
bot.load_extension("extensions.backup")
bot.load_extension("extensions.restore")