File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Errbot Backend for Mattermost
22
3- ** Thanks** to http://errbot.io for the bot.
4- Most of this code was build with help from the already existing backends,
5- especially:
6- https://github.com/errbotio/errbot/blob/master/errbot/backends/slack.py
7- (If there is an Issue with any code I reused, please give me a message!)
8-
9-
103## APIv4 Support
114The master branch is now set to use the new APIv4 for mattermost.
125Some things have changed, please see the updated requirements and
@@ -66,3 +59,10 @@ BOT_IDENTITY = {
6659##### The Bot does not answer my direct messages
6760If you have multiple teams, check that you are both members of the same team!
6861
62+ # SPECIAL THANKS
63+
64+ ** Thanks** to http://errbot.io and all the contributors to the bot.
65+ Most of this code was build with help from the already existing backends,
66+ especially:
67+ https://github.com/errbotio/errbot/blob/master/errbot/backends/slack.py
68+ (If there is an Issue with any code I reused, please give me a message!)
You can’t perform that action at this time.
0 commit comments