Files
croccybot/bot/modules/study/timers/data.py

15 lines
269 B
Python

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={}
)