mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-09 19:04:48 +00:00
[AB-319] splitting emotes into two separate fields (animated and static) for server info
This commit is contained in:
@@ -45,8 +45,13 @@
|
||||
"inline": "true"
|
||||
},
|
||||
{
|
||||
"name": "<@safe_include "serverinfo_embed_emotes_title"/>",
|
||||
"value": "<#list guild.emotes as emote>${emote.asMention}<#sep> <#else><@safe_include "serverinfo_embed_emotes_no_emotes"/></#list>",
|
||||
"name": "<@safe_include "serverinfo_embed_static_emotes_title"/>",
|
||||
"value": "<#list staticEmotes as emote>${emote.markDown}<#sep> <#else><@safe_include "serverinfo_embed_emotes_no_emotes"/></#list>",
|
||||
"inline": "true"
|
||||
},
|
||||
{
|
||||
"name": "<@safe_include "serverinfo_embed_animated_emotes_title"/>",
|
||||
"value": "<#list animatedEmotes as emote>${emote.markDown}<#sep> <#else><@safe_include "serverinfo_embed_emotes_no_emotes"/></#list>",
|
||||
"inline": "true"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Animated emotes
|
||||
@@ -1 +0,0 @@
|
||||
Custom emotes
|
||||
@@ -0,0 +1 @@
|
||||
Static emotes
|
||||
Reference in New Issue
Block a user