using APP_TOKEN is confusing as the Slack app configuration has two distinct tokens: one called bot token (that is what we need) and another called app token used for socket mode (which is not what we need).
Asking for the bot token in a variable wit APP_TOKEN is confusing :)
Support both settings temporarily, raise deprecation warning?
using
APP_TOKEN
is confusing as the Slack app configuration has two distinct tokens: one calledbot token
(that is what we need) and another calledapp token
used for socket mode (which is not what we need).Asking for the bot token in a variable wit APP_TOKEN is confusing :)
Support both settings temporarily, raise deprecation warning?