[AB-152] fixing modmail logging attachments, updating command name to reflect name change

This commit is contained in:
Sheldan
2020-11-02 15:41:44 +01:00
parent c6dee4fcb6
commit a711eb99b9
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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}`.