You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think its caused because in the __init__ it doesn't defines __slots__ and in the __repr__ part, it inserted __slots__ in the return statement. So, it raised an AttributeError
Oh yea another peace of Code i forgot to change after removing the __slots__, will bee fixed with the next update (im working on Implementation for Slash-commands and context-menus.)
When I am trying to print discord.Interaction object it throws this error
I think its caused because in the
__init__
it doesn't defines__slots__
and in the__repr__
part, it inserted__slots__
in the return statement. So, it raised an AttributeErrorThis is the code that I ran to get the error
The text was updated successfully, but these errors were encountered: