Files
croccybot/bot/modules/study/timers/__init__.py
Conatum dd4fa985df (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.
2022-01-10 17:02:14 +02:00

4 lines
71 B
Python

from .Timer import Timer
from . import commands
from . import settings