settings.watch('SlackBridge_BotToken', (value) => {
            if (value !== this.botTokens) {
                this.botTokens = value;
                this.debouncedReconnectIfEnabled();
            }