------------------------…

------------------------…



------------------------------------------------------------------------------------------------------------------------
555 process_update dispatcher.py
> handler.handle_update(update, self, check, context)

---

198 handle_update handler.py
> return self.callback(update, context)

---

30 log_action log_channel.py
> result = func(update, context, *args, **kwargs)

---

491 new_member welcome.py
> sent = func(

---

130 decorator bot.py
> result = func(*args, **kwargs)

TypeError:
send_sticker() got an unexpected keyword argument 'parse_mode'

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 5011331342
Chat: FRIENDLY GOSSIPS -1001181730068
Callback data: None
Message: None

Full Traceback: Traceback (most recent call last):
File "e:\saitamarobot\env\lib\site-packages\telegram\ext\dispatcher.py", line 555, in process_update
handler.handle_update(update, self, check, context)
File "e:\saitamarobot\env\lib\site-packages\telegram\ext\handler.py", line 198, in handle_update
return self.callback(update, context)
File "E:\Mob\SaitamaRobot\modules\log_channel.py", line 30, in log_action
result = func(update, context, *args, **kwargs)
File "E:\Mob\SaitamaRobot\modules\welcome.py", line 491, in new_member
sent = func(
File "e:\saitamarobot\env\lib\site-packages\telegram\bot.py", line 130, in decorator
result = func(*args, **kwargs)
TypeError: send_sticker() got an unexpected keyword argument 'parse_mode'

Report Page