We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0d872 commit 028630aCopy full SHA for 028630a
src/commands/prompts/embed/setProperty.js
@@ -37,7 +37,7 @@ function setPropertyVisual (data) {
37
const thisPropertyKey = properties[0]
38
const thisPropertyName = prettyNames.get(thisPropertyKey)
39
if (thisPropertyKey === 'timestamp') {
40
- return new MessageVisual(('commands.embed.settingPropertyTimestamp'))
+ return new MessageVisual(translate('commands.embed.settingPropertyTimestamp'))
41
} else {
42
return new MessageVisual(translate('commands.embed.settingProperty', {
43
property: thisPropertyName
0 commit comments