Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
0ecd3c2
1
Parent(s):
02113b0
Update bot_class.py
Browse files- Powers/bot_class.py +1 -1
Powers/bot_class.py
CHANGED
|
@@ -39,7 +39,7 @@ class Gojo(Client):
|
|
| 39 |
name = self.__class__.__name__.lower()
|
| 40 |
|
| 41 |
super().__init__(
|
| 42 |
-
"
|
| 43 |
bot_token=BOT_TOKEN,
|
| 44 |
plugins=dict(root=f"{name}.plugins", exclude=NO_LOAD),
|
| 45 |
api_id=API_ID,
|
|
|
|
| 39 |
name = self.__class__.__name__.lower()
|
| 40 |
|
| 41 |
super().__init__(
|
| 42 |
+
"Gojo_Satarou",
|
| 43 |
bot_token=BOT_TOKEN,
|
| 44 |
plugins=dict(root=f"{name}.plugins", exclude=NO_LOAD),
|
| 45 |
api_id=API_ID,
|