diff --git a/src/actions/pomodoro/pomodoro.controller.ts b/src/actions/pomodoro/pomodoro.controller.ts index 3eb36d4..c7364fd 100644 --- a/src/actions/pomodoro/pomodoro.controller.ts +++ b/src/actions/pomodoro/pomodoro.controller.ts @@ -20,7 +20,7 @@ export default class PomodoroController extends EventEmitter { oldState.channelId !== newState.channelId; const leftPomodoroVC = oldState.channelId != null && this.pomodoroChannels.includes(oldState.channelId) && - newState.channelId !== config.discord.vchannelIdPomodoro25; + newState.channelId !== oldState.channelId; if (joinedPomodoroVC && !this.activePomodoros.has(userId)) { const member = newState.member;