mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-20 21:29:06 +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"
|
"inline": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "<@safe_include "serverinfo_embed_emotes_title"/>",
|
"name": "<@safe_include "serverinfo_embed_static_emotes_title"/>",
|
||||||
"value": "<#list guild.emotes as emote>${emote.asMention}<#sep> <#else><@safe_include "serverinfo_embed_emotes_no_emotes"/></#list>",
|
"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"
|
"inline": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
Animated emotes
|
||||||
@@ -1 +0,0 @@
|
|||||||
Custom emotes
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Static emotes
|
||||||
Reference in New Issue
Block a user