rewrite: New Video channels and moderation.

This commit is contained in:
2023-08-15 14:03:23 +03:00
parent 7e6217a2ae
commit 2cc90375c7
21 changed files with 2227 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
from data import Registry, Table
class VideoData(Registry):
video_channels = Table('video_channels')
video_exempt_roles = Table('video_exempt_roles')
video_blacklist_durations = Table('studyban_durations')