File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 60686068 " message_embeds" ,
60696069 " message_reactions" ,
60706070 " message_replies" ,
6071+ " restrict_server_creation" ,
60716072 " server_channels" ,
60726073 " server_emoji" ,
60736074 " server_roles"
61116112 "body_limit_size" : {
61126113 "type" : " integer" ,
61136114 "format" : " int64"
6115+ },
6116+ "restrict_server_creation" : {
6117+ "description" : " restrict server creation to these users. if blank, all users can create servers" ,
6118+ "type" : " array" ,
6119+ "items" : {
6120+ "type" : " string"
6121+ }
61146122 }
61156123 }
61166124 },
66756683 }
66766684 }
66776685 },
6686+ {
6687+ "type" : " object" ,
6688+ "required" : [
6689+ " type"
6690+ ],
6691+ "properties" : {
6692+ "type" : {
6693+ "type" : " string" ,
6694+ "enum" : [
6695+ " CantCreateServers"
6696+ ]
6697+ }
6698+ }
6699+ },
66786700 {
66796701 "type" : " object" ,
66806702 "required" : [
You can’t perform that action at this time.
0 commit comments