mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"statuses": {
|
|
"online": "<:online:313956277808005120> Online",
|
|
"idle": "<:away:313956277220802560> Idle",
|
|
"dnd": "<:dnd:313956276893646850> Do Not Disturb",
|
|
"offline": "<:offline:313956277237710868> Offline"
|
|
},
|
|
"colors": {
|
|
"online": 0x00AE86,
|
|
"idle": 0xFFFF00,
|
|
"dnd": 0xFF0000,
|
|
"offline": 0x808080
|
|
}
|
|
}
|