mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-01 15:28:31 +00:00
[AB-152] fixing modmail logging attachments, updating command name to reflect name change
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<#if message.embeds[0].description?has_content>
|
||||
,"description": "${message.embeds[0].description?js_string}"
|
||||
</#if>
|
||||
<#if message.attachments?size gt 0>
|
||||
<#if message.embeds[0].image?has_content>
|
||||
,"imageUrl": "${message.embeds[0].image.proxyUrl}"
|
||||
</#if>
|
||||
<#if modMailMessage.anonymous>
|
||||
|
||||
@@ -1 +1 @@
|
||||
Feature has been disabled. Necessary feature is: ${featureName}, you can enable it by executing `enable ${featureKey}`.
|
||||
Feature has been disabled. Necessary feature is: ${featureName}, you can enable it by executing `enableFeature ${featureKey}`.
|
||||
Reference in New Issue
Block a user