JSON détachés
This commit is contained in:
parent
7b470acdfb
commit
9ca8e2a81b
2 changed files with 14 additions and 0 deletions
7
revolt_bot_Idle.json
Normal file
7
revolt_bot_Idle.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"status":
|
||||
{
|
||||
"text": "Déconnecté",
|
||||
"presence": "Idle"
|
||||
}
|
||||
}
|
7
revolt_bot_Online.json
Normal file
7
revolt_bot_Online.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"status":
|
||||
{
|
||||
"text": "Connecté",
|
||||
"presence": "Online"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue