Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Jan 13, 2024
1 parent 691deaf commit 839a2ea
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 @@ -12,7 +12,7 @@
if not os.path.isdir(Config.DOWNLOAD_LOCATION):
os.makedirs(Config.DOWNLOAD_LOCATION)
plugins = dict(root="plugins")
VJ = Tech_VJ("@BOT_X_BOT",
VJ = Tech_VJ("@VJ_BOTZ",
bot_token=Config.TECH_VJ_BOT_TOKEN,
api_id=Config.TECH_VJ_API_ID,
api_hash=Config.TECH_VJ_API_HASH,
Expand Down

0 comments on commit 839a2ea

Please sign in to comment.