mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-16 04:21:53 +00:00
[AB-93] adapting templates causing an message attachment to use new behaviour
This commit is contained in:
@@ -1 +1 @@
|
||||
emote_stats_${guild.id}.csv
|
||||
emote_stats_${serverId}.csv
|
||||
@@ -7,7 +7,8 @@
|
||||
"additionalMessage": "<@safe_include "downloadEmoteStats_response_embed_text"/>",
|
||||
"files": [
|
||||
{
|
||||
"fileName": "${serverId}-emotestats.csv"
|
||||
"fileName": "<@safe_include "downloadEmoteStats_file_name"/>",
|
||||
"fileContent": "<@safe_include "downloadEmoteStats_file_content"/>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user