Bugfixes
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
"thumbnail":"", //Image URL. Leave empty to disable
|
||||
/* Embed fields. Set to empty list [] to disable. */
|
||||
"fields":[
|
||||
{"name":"Field name","value":"Field value","inline":false}
|
||||
{"name":"FIELD_NAME","value":"FIELD_VALUE","inline":false}
|
||||
],
|
||||
"timestamp":false
|
||||
}
|
||||
@@ -63,14 +63,14 @@
|
||||
"embed":{
|
||||
"enabled":true,
|
||||
"title":"Question Ticket", //Leave empty to disable
|
||||
"description":"Thank you for creating a ticket in our server.\nOur support team will assist you as soon as possible. (leave empty to disable)", //Leave empty to disable
|
||||
"customColor":"#f8ab00 (leave empty to disable)", //Leave empty to use default color
|
||||
"description":"Thank you for creating a ticket in our server.\nOur support team will assist you as soon as possible.", //Leave empty to disable
|
||||
"customColor":"#f8ab00", //Leave empty to use default color
|
||||
|
||||
"image":"https://www.example.com/image.png (leave empty to disable)", //Image URL. Leave empty to disable
|
||||
"thumbnail":"https://www.example.com/image.png (leave empty to disable)", //Image URL. Leave empty to disable
|
||||
"image":"", //Image URL. Leave empty to disable
|
||||
"thumbnail":"", //Image URL. Leave empty to disable
|
||||
/* Embed fields. Set to empty list [] to disable. */
|
||||
"fields":[
|
||||
{"name":"Field name","value":"Field value","inline":false}
|
||||
{"name":"FIELD_NAME","value":"FIELD_VALUE","inline":false}
|
||||
],
|
||||
"timestamp":false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user