Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
0357623
1
Parent(s):
04470be
Update bot_class.py
Browse files- Powers/bot_class.py +2 -2
Powers/bot_class.py
CHANGED
@@ -7,7 +7,7 @@ from pyrogram.raw.all import layer
|
|
7 |
|
8 |
from Powers import (
|
9 |
API_HASH,
|
10 |
-
|
11 |
BOT_TOKEN,
|
12 |
LOG_DATETIME,
|
13 |
LOGFILE,
|
@@ -42,7 +42,7 @@ class Gojo(Client):
|
|
42 |
"Gojo_Satarou",
|
43 |
bot_token=BOT_TOKEN,
|
44 |
plugins=dict(root=f"{name}.plugins", exclude=NO_LOAD),
|
45 |
-
api_id=
|
46 |
api_hash=API_HASH,
|
47 |
workers=WORKERS,
|
48 |
)
|
|
|
7 |
|
8 |
from Powers import (
|
9 |
API_HASH,
|
10 |
+
API_ID,
|
11 |
BOT_TOKEN,
|
12 |
LOG_DATETIME,
|
13 |
LOGFILE,
|
|
|
42 |
"Gojo_Satarou",
|
43 |
bot_token=BOT_TOKEN,
|
44 |
plugins=dict(root=f"{name}.plugins", exclude=NO_LOAD),
|
45 |
+
api_id=API_ID,
|
46 |
api_hash=API_HASH,
|
47 |
workers=WORKERS,
|
48 |
)
|