Closed MuRuLOSE closed 10 months ago
Judging by the error messages, you tried to invoke .keys()
method on PointerList
, which is kinda non-default behavior. You cannot change the type of pointer after it is created. Added additional check in 1.6.4 to avoid such bugs in the future.
[x] This bug is related to Hikka userbot itself. It is not related to modules.
If you specify a dictionary in self.pointer, it gives this error AttributeError: 'PointerList' object has no attribute 'keys'
To Reproduce Steps to reproduce the behavior:
something = self.pointer("dict",{})
)Expected behavior I thought pointer would have methods for the dictionary, but it turns out there are none
Screenshots
Userbot installation info: