Joy

Results 11 comments of Joy

Prefix `.` try `.help` if you can't first delete the session file, then the re-scan is complete.

![IMG_20210605_162920](https://user-images.githubusercontent.com/55822959/120887112-4b9e1500-c61b-11eb-8831-00d5c9461f82.jpg) ![Screenshot_2021-06-05-16-15-30-60](https://user-images.githubusercontent.com/55822959/120887130-5bb5f480-c61b-11eb-923b-898d824003b4.jpg)

https://github.com/MhankBarBar/termux-wabot/blob/7fc20e91140bf096d960c2087256c1a279577314/index.js#L104 Ganti jadi ```javascript if (!mek.key.fromMe) return ```

add apikey parameter

&apiKey=Your-Apikey

![Screenshot_2020-11-03-10-01-59-49](https://user-images.githubusercontent.com/55822959/97945970-ab99b800-1dbb-11eb-914f-0d5ac483cff1.jpg) Kenapa ya

I use `message._attrs` to be able to call the `.get` function, if using the `.get` function, if the key doesn't exist it can be set to `False` or something else,...

so? should i create a new function in the class `WhatsappMessage` to access `_attrs` and to keep `_attrs` private? Like this ```python class WhatsappMessage: def __init__(self, **kwargs): self._attrs = {}...