mattermost-community / mattermost-plugin-welcomebot

Apache License 2.0
66 stars 41 forks source link

[PR-70]: Added the ability to send DMs from bot accounts #129

Open Kshitij-Katiyar opened 5 months ago

Kshitij-Katiyar commented 5 months ago

Summary

I added the ability to send a DM from a bot account. Any channel name that starts with an @ symbol that is also a bot user will have a DM sent with the message configured in the Action's ActionDirectMessagePost.

This PR is the extension of the PR https://github.com/mattermost/mattermost-plugin-welcomebot/pull/70.