mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-26 19:21:43 +00:00
[SIS-5] enabling and customizing moderation
This commit is contained in:
11
tools/warn-migration/dto.py
Normal file
11
tools/warn-migration/dto.py
Normal file
@@ -0,0 +1,11 @@
|
||||
class LegacyWarning:
|
||||
level = 0
|
||||
reason = ''
|
||||
author_id = 0
|
||||
user_id = 0
|
||||
date = 0
|
||||
duration = 0
|
||||
until = 0
|
||||
mod_log_message_id = 0
|
||||
mod_log_channel_id = 0
|
||||
|
||||
Reference in New Issue
Block a user