feature (timer): Core pomodoro system.
This commit is contained in:
14
bot/modules/study/timers/data.py
Normal file
14
bot/modules/study/timers/data.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from data import RowTable
|
||||
|
||||
|
||||
timers = RowTable(
|
||||
'timers',
|
||||
('channelid', 'guildid',
|
||||
'focus_length', 'break_length',
|
||||
'inactivity_threshold',
|
||||
'last_started',
|
||||
'text_channelid',
|
||||
'channel_name', 'pretty_name'),
|
||||
'channelid',
|
||||
cache={}
|
||||
)
|
||||
Reference in New Issue
Block a user