Spaces:
Paused
Paused
Captain D. Ezio
commited on
Commit
·
5e4162e
1
Parent(s):
85798bc
Update bot_class.py
Browse files- Powers/bot_class.py +1 -1
Powers/bot_class.py
CHANGED
|
@@ -37,7 +37,7 @@ class Gojo(Client):
|
|
| 37 |
|
| 38 |
async def start(self):
|
| 39 |
"""Start the bot."""
|
| 40 |
-
await super().start()
|
| 41 |
await self.set_bot_commands(
|
| 42 |
[
|
| 43 |
BotCommand(
|
|
|
|
| 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(
|
| 42 |
[
|
| 43 |
BotCommand(
|