2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-08 10:15:10 +00:00

Rename "token" to "bot_token"

This commit is contained in:
Dan
2018-08-27 02:11:07 +02:00
parent ccc3cb0c87
commit 2779e33d13
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ class BaseClient:
}
def __init__(self):
self.token = None
self.bot_token = None
self.dc_id = None
self.auth_key = None
self.user_id = None