mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-09-13 10:27:00 +00:00
[AB-xxx] adding comma as separator for emote stats
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"title": "<@safe_include "emoteStats_animated_emotes_title"/>"
|
"title": "<@safe_include "emoteStats_animated_emotes_title"/>"
|
||||||
},
|
},
|
||||||
<#include "statistic_color">,
|
<#include "statistic_color">,
|
||||||
"description": "<#list animatedEmotes as emote><#if emote.emote?has_content>${emote.emote.asMention}x${emote.result.amount?c}<#sep> </#if></#list>"
|
"description": "<#list animatedEmotes as emote><#if emote.emote?has_content>${emote.emote.asMention}x${emote.result.amount?c}<#sep>, </#if></#list>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
"title": "<@safe_include "emoteStats_static_emotes_title"/>"
|
"title": "<@safe_include "emoteStats_static_emotes_title"/>"
|
||||||
},
|
},
|
||||||
<#include "statistic_color">,
|
<#include "statistic_color">,
|
||||||
"description": "<#list staticEmotes as emote><#if emote.emote?has_content>${emote.emote.asMention}x${emote.result.amount?c}<#sep> </#if></#list>"
|
"description": "<#list staticEmotes as emote><#if emote.emote?has_content>${emote.emote.asMention}x${emote.result.amount?c}<#sep>, </#if></#list>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user