Spaces:
Running
Running
Captain D. Ezio
commited on
Commit
·
99edca9
1
Parent(s):
10e4c2d
No longer needed
Browse files- Powers/bot_class.py +0 -5
Powers/bot_class.py
CHANGED
@@ -18,11 +18,6 @@ from Powers.vars import Config
|
|
18 |
|
19 |
INITIAL_LOCK = RLock()
|
20 |
|
21 |
-
# Check if MESSAGE_DUMP is correct
|
22 |
-
if MESSAGE_DUMP == -100 or not str(MESSAGE_DUMP).startswith("-100"):
|
23 |
-
raise Exception(
|
24 |
-
"Please enter a vaild Supergroup ID, A Supergroup ID starts with -100",
|
25 |
-
)
|
26 |
|
27 |
|
28 |
class Gojo(Client):
|
|
|
18 |
|
19 |
INITIAL_LOCK = RLock()
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
class Gojo(Client):
|