Template:Infobox Discord server/doc: Difference between revisions

no edit summary
(add color to the config)
No edit summary
Line 136: Line 136:
"status": {
"status": {
"description": "The status of the server. Usually one of the following: active, inactive, deleted, nuked, archived, private.",
"description": "The status of the server. Usually one of the following: active, inactive, deleted, nuked, archived, private.",
"example": "active",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"suggestedvalues": [
"active",
"inactive",
"deleted",
"nuked",
"archived",
"private"
]
},
},
"nocat": {
"nocat": {
Line 181: Line 188:
},
},
"id": {
"id": {
"description": "Discord's internal 18-digit ID of the server.",
"description": "Discord's internal snowflake ID of the server.",
"example": "501310750074077215",
"example": "501310750074077215",
"type": "number",
"type": "number",