(sessions): Add customisable study tags.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from . import data
|
||||
from . import settings
|
||||
from . import session_tracker
|
||||
from . import commands
|
||||
|
||||
@@ -20,6 +20,7 @@ session_history = Table('session_history')
|
||||
current_sessions = RowTable(
|
||||
'current_sessions',
|
||||
('guildid', 'userid', 'channelid', 'channel_type',
|
||||
'rating', 'tag',
|
||||
'start_time',
|
||||
'live_duration', 'live_start',
|
||||
'stream_duration', 'stream_start',
|
||||
|
||||
Reference in New Issue
Block a user