4 lines
106 B
Python
4 lines
106 B
Python
from backup_bot import bot
|
|
|
|
bot.load_extension("extensions.help")
|
|
bot.load_extension("extensions.backup")
|