Get Slack bot token
static Future<String?> getSlackBotToken() async { return await getConfigValue<String>('slack_bot_token'); }