We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assuming: using bot.chat.watchAllChannelsForNewMessages(onMessage, onError) to watch for incoming messages, just like the math bot does.
bot.chat.watchAllChannelsForNewMessages(onMessage, onError)
Then: Receiving the message: @all which is currently an unsupported @-command.
@all
Leads to: The node instance crashes without error message (onError is not called so I got no error message).
The text was updated successfully, but these errors were encountered:
Thank you for your report!
I'm unable to reproduce this here. What version of the Keybase CLI are you using?
Sorry, something went wrong.
No branches or pull requests
Assuming:
using
bot.chat.watchAllChannelsForNewMessages(onMessage, onError)
to watch for incoming messages, just like the math bot does.Then:
Receiving the message:
@all
which is currently an unsupported @-command.Leads to:
The node instance crashes without error message (onError is not called so I got no error message).
The text was updated successfully, but these errors were encountered: