Skip to content

Commit

Permalink
fixed : #108 [ name error plugins ]
Browse files Browse the repository at this point in the history
  • Loading branch information
kalanakt authored Apr 26, 2023
1 parent bbd526d commit 86bc3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

1 comment on commit 86bc3aa

@vercel
Copy link

@vercel vercel bot commented on 86bc3aa Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

all-url-uploader – ./

all-url-uploader-git-main-codexoshop.vercel.app
all-url-uploader-codexoshop.vercel.app
urluploader.vercel.app

Please sign in to comment.