nwilging / laravel-slack-bot

A Slack bot integration for Laravel projects
MIT License
17 stars 2 forks source link

Update readme regarding channel ID #11

Closed nwilging closed 2 years ago

nwilging commented 2 years ago

Readme currently states channelId must be the unique ID of a conversation. Slack actually allows a channel name to be passed here: https://api.slack.com/methods/chat.postMessage#arg_channel

Readme should reflect this as it makes sending notifications a lot more intuitive