-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmessages.json
More file actions
58 lines (54 loc) · 2.28 KB
/
messages.json
File metadata and controls
58 lines (54 loc) · 2.28 KB
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
[
{
"id": "example-followup-1",
"content":"This is the plain text that will appear above the embed (or leave empty)",
"embed":{
"enabled":true,
"title":"Example Embed 1",
"url":"https://www.example.com/abc/def (or leave empty)",
"description":"This is an example embed!",
"customColor":"#f8ab00 (or leave empty for main bot color)",
"image":"https://www.example.com/image.png (or leave empty)",
"thumbnail":"https://www.example.com/image.png (or leave empty)",
"authorText":"Test Author (or leave empty)",
"authorImage":"https://www.example.com/image.png (or leave empty)",
"footerText":"Test Footer (or leave empty)",
"footerImage":"https://www.example.com/image.png (or leave empty)",
"timestamp":false,
"fields":[
{"name":"field name","value":"field value","inline":false}
]
},
"ping":{
"@here":true,
"@everyone":false,
"custom":["discord role id"]
}
},
{
"id": "example-followup-2",
"content":"This is the plain text that will appear above the embed (or leave empty)",
"embed":{
"enabled":false,
"title":"This embed is disabled!",
"url":"https://www.example.com/abc/def (or leave empty)",
"description":"This is an example embed!",
"customColor":"#f8ab00 (or leave empty for main bot color)",
"image":"https://www.example.com/image.png (or leave empty)",
"thumbnail":"https://www.example.com/image.png (or leave empty)",
"authorText":"Test Author (or leave empty)",
"authorImage":"https://www.example.com/image.png (or leave empty)",
"footerText":"Test Footer (or leave empty)",
"footerImage":"https://www.example.com/image.png (or leave empty)",
"timestamp":false,
"fields":[
{"name":"field name","value":"field value","inline":false}
]
},
"ping":{
"@here":true,
"@everyone":false,
"custom":["discord role id"]
}
}
]