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
106 B
Python
Raw Normal View History

2020-03-27 16:00:12 +01:00
from backup_bot import bot
2020-03-28 13:51:33 +01:00
bot.load_extension("extensions.help")
bot.load_extension("extensions.backup")