PomoBot icon indicating copy to clipboard operation
PomoBot copied to clipboard

Incomplete removal of timer voice channel

Open Intery opened this issue 4 years ago • 0 comments

Issue

Unsetting the voice channel using ,ptconfig voice_channel None does not remove the voice channel from the timer (e.g. the timer continues giving voice alerts).

Proposed Solution

Ref: https://github.com/Intery/PomoBot/blob/rewrite/bot/Timer/core.py#L431 The Timer.load() method, called by the timer config setter, should reset the voice channel when the voice channel id is None.

Intery avatar Jun 24 '21 10:06 Intery