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

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



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

---

110 handle_update handlers.py
> return self.callback(update, context)

---

206 prove_anon chat_status.py
> return func(update, context, *args, **kwargs)

---

1046 fed_ban feds.py
> if getfednotif:

NameError:
name 'getfednotif' is not defined

-------------------------------------------------------------------------------
An exception was raised while handling an update
User: 394012198
Chat: ♔ The Archivists • 16 • Imanity • Base -1001248851467
Callback data: None
Message: /fban test

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\SaitamaRobot\modules\helper_funcs\handlers.py", line 110, in handle_update
return self.callback(update, context)
File "E:\SaitamaRobot\SaitamaRobot\modules\helper_funcs\chat_status.py", line 206, in prove_anon
return func(update, context, *args, **kwargs)
File "E:\SaitamaRobot\SaitamaRobot\modules\feds.py", line 1046, in fed_ban
if getfednotif:
NameError: name 'getfednotif' is not defined

Report Page