JSON détachés

This commit is contained in:
F. Y. H. 2021-10-07 16:26:58 +02:00
parent 7b470acdfb
commit 9ca8e2a81b
2 changed files with 14 additions and 0 deletions

7
revolt_bot_Idle.json Normal file
View file

@ -0,0 +1,7 @@
{
"status":
{
"text": "Déconnecté",
"presence": "Idle"
}
}

7
revolt_bot_Online.json Normal file
View file

@ -0,0 +1,7 @@
{
"status":
{
"text": "Connecté",
"presence": "Online"
}
}