cjsaylor/chessbot

Replace deprecated chat slack calls with the Convesation API.

cjsaylor opened this issue · 1 comments

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.

Fixed in d54fbd7