(timer): UI improvements.

Add `pomodoro_channel` guild setting.
Add customisable per-timer text channel.
Improve `reaction_message` flow.
Change algorithm for updating vc name.
Add `stage` and `pattern` vc name substitutions.
This commit is contained in:
2022-01-10 17:02:14 +02:00
parent 5431877569
commit dd4fa985df
7 changed files with 173 additions and 33 deletions

View File

@@ -1,2 +1,3 @@
from .Timer import Timer
from . import commands
from . import settings