add rules_channel_id to schemas

This commit is contained in:
George Tsatsis 2020-03-30 21:02:20 +03:00
parent 324cf6d4fa
commit 93958a0943
No known key found for this signature in database
GPG Key ID: 71F5AD643ABD99A4
1 changed files with 1 additions and 0 deletions

View File

@ -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},
}