Set Slack bot token
static Future<void> setSlackBotToken(String token) async { await setConfigValue('slack_bot_token', token); }