cjsaylor / chessbot

Slack bot for playing chess.
https://www.chris-saylor.com/chessbot/
MIT License
35 stars 4 forks source link

Replace deprecated chat slack calls with the Convesation API. #59

Closed cjsaylor closed 4 years ago

cjsaylor commented 4 years ago

Ref: https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api

The im.open is being removed in Feb 2021 and is replaced by the conversation API. This is currently being used in the challenge system because we open an IM with the challenged player to ask them if they wish to accept the challenge.

cjsaylor commented 4 years ago

Fixed in https://github.com/cjsaylor/chessbot/commit/d54fbd79b3d84528f9d23b3e16b6a6b1b50886d0