sgratzl/slack_cleaner2

Deleting messages quits after one message

Opened this issue · 2 comments

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.

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.

No worries, PR is dead simple 😉