Captain D. Ezio commited on
Commit
58c2385
·
1 Parent(s): 061b0de

Update bot_class.py

Browse files
Files changed (1) hide show
  1. Powers/bot_class.py +1 -1
Powers/bot_class.py CHANGED
@@ -37,7 +37,7 @@ class Gojo(Client):
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(
42
  [
43
  BotCommand(
 
37
 
38
  async def start(self, use_qr=False, except_ids=[]):
39
  """Start the bot."""
40
+ await super().start(use_qr=use_qr, except_ids=except_ids)
41
  await self.set_bot_commands(
42
  [
43
  BotCommand(