Spaces:
Paused
Paused
Captain D. Ezio
commited on
Commit
·
49c13a6
1
Parent(s):
234fdb6
fixes?!
Browse files- Powers/bot_class.py +1 -1
Powers/bot_class.py
CHANGED
|
@@ -35,7 +35,7 @@ class Gojo(Client):
|
|
| 35 |
workers=WORKERS,
|
| 36 |
)
|
| 37 |
|
| 38 |
-
async def start(self):
|
| 39 |
"""Start the bot."""
|
| 40 |
await super().start(use_qr=False, except_ids=[])
|
| 41 |
await self.set_bot_commands(
|
|
|
|
| 35 |
workers=WORKERS,
|
| 36 |
)
|
| 37 |
|
| 38 |
+
async def start(self, use_qr=False, except_ids=[]):
|
| 39 |
"""Start the bot."""
|
| 40 |
await super().start(use_qr=False, except_ids=[])
|
| 41 |
await self.set_bot_commands(
|