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
This command:
slack-cleaner2 --token <my_token> --message --perform --as_user --channel <channel_name>
no longer deletes all the messages in the channel but instead just deletes the first message and quits.
I think this was broken in 9052743 probably because sleep_for is defaulting to None instead of 0.
sleep_for
None
0
The text was updated successfully, but these errors were encountered:
fix: default rate to zero
ae595ff
closes sgratzl#103
slack cleaner 2 is mainly designed to be used as a python module. I haven't invest too much time in the CLI client but I can take a look.
Sorry, something went wrong.
No worries, PR is dead simple 😉
Successfully merging a pull request may close this issue.
This command:
no longer deletes all the messages in the channel but instead just deletes the first message and quits.
I think this was broken in 9052743 probably because
sleep_for
is defaulting toNone
instead of0
.The text was updated successfully, but these errors were encountered: