From 86bc3aae8b6357a6022448618644df116a45fe35 Mon Sep 17 00:00:00 2001 From: kalana kithmina Date: Wed, 26 Apr 2023 07:27:37 +0530 Subject: [PATCH] fixed : #108 [ name error `plugins` ] --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )