-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not receive voice messages #117
Comments
msg.event is either any You want to check if there is "text" in the message: if not "text" in msg and not msg.text:
continue |
Sorry I think I misread this. |
--
Alan Chen
Sent with Airmail
|
@alanzchen There is no message there?
|
The problem
When I send a voice message to the bot, he crashes.
My environment
Steps to reproduce
Sent a voice message
Expected behavior
if msg.event != "message":
Should happen and the while should be continued.
Actual behavior
The text was updated successfully, but these errors were encountered: