diff --git a/bot.py b/bot.py index d7300500..0e9bad13 100644 --- a/bot.py +++ b/bot.py @@ -46,7 +46,7 @@ api_hash=Config.API_HASH, bot_token=Config.BOT_TOKEN, workers=50, - plugins={"root": "plugins"}, + plugins={"root": "Uploader"}, sleep_threshold=5, )