diff --git a/WebStreamer/bot/__init__.py b/WebStreamer/bot/__init__.py index 1d39c781..bf379fca 100644 --- a/WebStreamer/bot/__init__.py +++ b/WebStreamer/bot/__init__.py @@ -5,10 +5,10 @@ from ..vars import Var StreamBot = Client( - session_name= 'Web Streamer', + name= 'Web Streamer', api_id=Var.API_ID, api_hash=Var.API_HASH, bot_token=Var.BOT_TOKEN, sleep_threshold=Var.SLEEP_THRESHOLD, workers=Var.WORKERS -) \ No newline at end of file +)