-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-embed.json
62 lines (62 loc) · 1.28 KB
/
template-embed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"default": {
"title": "title",
"description": "description",
"color": [255, 255, 255],
"fields": [
{
"name": "name",
"description": "description",
"inline": false
}
]
},
"start": {
"title": "Salut!",
"description": "le bot vient de demarrer",
"color": [0, 255, 0],
"fields": []
},
"reconnect": {
"title": "reconnect",
"description": "probleme de connexion au serveur discord",
"color": [255, 0, 0],
"fields": []
},
"videoError": {
"title": "Erreur",
"description": "vidéo trop grande pour discord",
"color": [255, 0, 0],
"fields": []
},
"state":{
"title": "Etat des capteurs :",
"description": "",
"color": [0, 0, 255],
"fields": []
},
"disk":{
"title": "Utilisation du disque :",
"description": "",
"color": [0, 0, 255],
"fields": []
},
"diskLow":{
"title": "Alert disque bientot plein :",
"description": "",
"color": [255, 0, 0],
"fields": []
},
"delete":{
"title": "Capture supprimee",
"description": "",
"color": [255, 0, 0],
"fields": []
},
"deleteEmpty":{
"title": "Aucun fichier correspondant",
"description": "Aucin fichier n'a ete supprime",
"color": [0, 0, 255],
"fields": []
}
}