Spaces:
Sleeping
Sleeping
Captain D. Ezio
commited on
Commit
·
2ecb070
1
Parent(s):
862c28b
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(
|