5 lines
147 B
Python
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")
|