43
43
]
44
44
},
45
45
"main_color" : {
46
- "default" : " Discord Blurple ( [#7289DA](https://placehold.it/100/7289da?text=+) )" ,
46
+ "default" : " Discord Blurple [#7289DA](https://placehold.it/100/7289da?text=+)" ,
47
47
"description" : " This is the main color for Modmail (help/about/ping embed messages, subscribe, move, etc.)." ,
48
48
"examples" : [
49
49
" `{prefix}config set main_color olive green`" ,
54
54
"notes" : [
55
55
" Available color names can be found on [Taki's Blog](https://taaku18.github.io/modmail/colors/)." ,
56
56
" See also: `mod_color`, `recipient_color`."
57
- ]
57
+ ],
58
+ "thumbnail" : " https://placehold.it/100/7289da?text=+"
58
59
},
59
60
"user_typing" : {
60
61
"default" : " Disabled" ,
285
286
" See also: `thread_close_title`, `thread_close_footer`, `thread_self_close_response`, `thread_creation_response`."
286
287
]
287
288
},
288
- "thread_self_close_response" : {
289
+ "thread_self_close_response" : {
289
290
"default" : " \" You have closed this Modmail thread.\" " ,
290
291
"description" : " This is the message embed content sent to the recipient upon the closure of a their own thread." ,
291
292
"examples" : [
300
301
]
301
302
},
302
303
"recipient_color" : {
303
- "default" : " Discord Gold ( [#F1C40F](https://placehold.it/100/f1c40f?text=+) )" ,
304
+ "default" : " Discord Gold [#F1C40F](https://placehold.it/100/f1c40f?text=+)" ,
304
305
"description" : " This is the color of the messages sent by the recipient, this applies to messages received in the thread channel." ,
305
306
"examples" : [
306
307
" `{prefix}config set recipient_color dark beige`" ,
311
312
"notes" : [
312
313
" Available color names can be found on [Taki's Blog](https://taaku18.github.io/modmail/colors/)." ,
313
314
" See also: `main_color`, `mod_color`."
314
- ]
315
+ ],
316
+ "thumbnail" : " https://placehold.it/100/f1c40f?text=+"
315
317
},
316
318
"mod_color" : {
317
- "default" : " Discord Green ( [#2ECC71](https://placehold.it/100/2ecc71?text=+) )" ,
319
+ "default" : " Discord Green [#2ECC71](https://placehold.it/100/2ecc71?text=+)" ,
318
320
"description" : " This is the color of the messages sent by the moderators, this applies to messages within in the thread channel and the DM thread messages received by the recipient." ,
319
321
"examples" : [
320
322
" `{prefix}config set mod_color dark beige`" ,
325
327
"notes" : [
326
328
" Available color names can be found on [Taki's Blog](https://taaku18.github.io/modmail/colors/)." ,
327
329
" See also: `main_color`, `recipient_color`."
328
- ]
330
+ ],
331
+ "thumbnail" : " https://placehold.it/100/2ecc71?text=+"
329
332
},
330
333
"mod_tag" : {
331
334
"default" : " The moderator's highest role" ,
345
348
" `{prefix}config set anon_username Incognito Mod`"
346
349
],
347
350
"notes" : [
348
- " A detailed labeling of anonymous message configurations: https://i.imgur.com/SKOC42Z.png." ,
349
351
" See also: `anon_avatar_url`, `anon_tag`."
350
- ]
352
+ ],
353
+ "image" : " https://i.imgur.com/SKOC42Z.png"
351
354
},
352
355
"anon_avatar_url" : {
353
356
"default" : " Server avatar" ,
356
359
" `{prefix}config set anon_avatar_url https://path.to/your/avatar.png` (you will need to upload the avatar to somewhere)"
357
360
],
358
361
"notes" : [
359
- " A detailed labeling of anonymous message configurations: https://i.imgur.com/SKOC42Z.png." ,
360
362
" See also: `anon_username`, `anon_tag`."
361
- ]
363
+ ],
364
+ "image" : " https://i.imgur.com/SKOC42Z.png"
362
365
},
363
366
"anon_tag" : {
364
367
"default" : " \" Response\" " ,
367
370
" `{prefix}config set anon_tag Support Agent`"
368
371
],
369
372
"notes" : [
370
- " A detailed labeling of anonymous message configurations: https://i.imgur.com/SKOC42Z.png." ,
371
373
" See also: `anon_avatar_url`, `anon_username`, `mod_tag`."
372
- ]
374
+ ],
375
+ "image" : " https://i.imgur.com/SKOC42Z.png"
373
376
}
374
377
}
0 commit comments