mirror of https://gitlab.com/litecord/litecord.git
add rules_channel_id to schemas
This commit is contained in:
parent
324cf6d4fa
commit
93958a0943
|
|
@ -292,6 +292,7 @@ GUILD_UPDATE = {
|
|||
"owner_id": {"type": "snowflake", "required": False},
|
||||
"system_channel_id": {"type": "snowflake", "required": False, "nullable": True},
|
||||
"features": {"type": "list", "required": False, "schema": {"type": "string"}},
|
||||
"rules_channel_id": {"type": "snowflake", "required": False, "nullable": True},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue