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
Hi,
I'm trying to delete messages with your great script but it saying channel_not_found.
./slack chat delete "1546300800" "#test"
I confirm that the follow command is working perfectly...
./slack chat send "hi" "#test"
Any idea why?
Thanks
The text was updated successfully, but these errors were encountered:
I can confirm that behavior, I'm getting the same error.
Sorry, something went wrong.
Seems to behave with update this way, as well.
update
I get same error, but test file use channel id without name, and is working fine
build/bin/slack chat send 'chat delete should not fail' '#slack-cli' --filter '.ts + "\n" + .channel' | xargs -n2 build/bin/slack chat delete
No branches or pull requests
Hi,
I'm trying to delete messages with your great script but it saying channel_not_found.
I confirm that the follow command is working perfectly...
Any idea why?
Thanks
The text was updated successfully, but these errors were encountered: