RamblingCookieMonster / PSSlack

PowerShell module for simple Slack integration
http://ramblingcookiemonster.github.io/PSSlack/
MIT License
274 stars 74 forks source link

Fix issue #93 #97

Closed Xoph closed 4 years ago

Xoph commented 5 years ago

This fixes issue #93 by adding a Send-SlackChannelInvite function.

RamblingCookieMonster commented 4 years ago

Hiii! I'm terrible, completely missed this. Made some minor changes e.g. to use conversations.invite method, as other may go away, and noted that channel needs to be the channel ID.

Thanks for this!