kfei / slack-cleaner

:speech_balloon: Bulk delete messages and files on Slack
MIT License
1.24k stars 144 forks source link

Error: "Channel, direct message or private group not found" #4

Closed mikheyev closed 8 years ago

mikheyev commented 8 years ago

Whenever I try to do anything, I always get the same error message about the channel not being found, e.g.:

slack-cleaner --token mytoken  --message  --user myuser --channel mychannel
markgaensicke commented 8 years ago

If it's a private group then you have to use --group instead of --channel

mikheyev commented 8 years ago

This works, thank you!