You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warn(`${method} is deprecated. Please use the Conversations API instead. For more info, go to https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api`);
601
+
}elseif(isDeprecated){
602
+
logger.warn(`${method} is deprecated. Please check on https://api.slack.com/methods for an alternative.`);
0 commit comments