Update CompleteTimestamps.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-09 14:56:13 +01:00
parent 05c040cc5b
commit f53c377e3e
1 changed files with 3 additions and 3 deletions

View File

@ -87,15 +87,15 @@ module.exports = (_ => {
otherOrder: {value: false, description: "Show the Time before the Date"}
},
choices: {
timestampLang: {value: "$discord", description: "Chat Timestamp Format"},
timestampToolLang: {value: "$discord", description: "Tooltip Timestamp Format"}
timestampLang: {value: "$discord", description: "Chat Timestamp Format"},
timestampToolLang: {value: "$discord", description: "Tooltip Timestamp Format"}
},
formats: {
ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own Chat Format"},
ownFormatTool: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own Tooltip Format"}
},
amounts: {
maxDaysAgo: {value: 0, min: 0, description: "Maximum count of days displayed in the $daysago placeholder", note: "0 equals no limit"}
maxDaysAgo: {value: 0, min: 0, description: "Maximum Count of Days displayed in the $daysago Placeholder", note: "0 equals no Limit"}
}
};