From 65ddf99a73c3994a3141e51a73201f036085b649 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 8 Mar 2021 15:09:47 +0100 Subject: [PATCH] stuff --- Plugins/CreationDate/CreationDate.plugin.js | 14 +++++++------- Plugins/JoinedAtDate/JoinedAtDate.plugin.js | 14 +++++++------- Plugins/LastMessageDate/LastMessageDate.plugin.js | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Plugins/CreationDate/CreationDate.plugin.js b/Plugins/CreationDate/CreationDate.plugin.js index d17213c0c5..e71a715a47 100644 --- a/Plugins/CreationDate/CreationDate.plugin.js +++ b/Plugins/CreationDate/CreationDate.plugin.js @@ -74,12 +74,12 @@ module.exports = (_ => { settings: { addInUserPopout: {value: true, description: "Add in User Popouts"}, addInUserProfil: {value: true, description: "Add in User Profile Modal"}, - displayText: {value: true, description: "Display 'Created on' text in the timestamp"}, - displayTime: {value: true, description: "Display the time in the timestamp"}, - displayDate: {value: true, description: "Display the date in the timestamp"}, - cutSeconds: {value: false, description: "Cut off seconds of the time"}, - forceZeros: {value: false, description: "Force leading zeros"}, - otherOrder: {value: false, description: "Show the time before the date"} + displayText: {value: true, description: "Display 'Created on' Text in the Timestamp"}, + displayTime: {value: true, description: "Display the Time in the Timestamp"}, + displayDate: {value: true, description: "Display the Date in the Timestamp"}, + cutSeconds: {value: false, description: "Cut off Seconds of the Time"}, + forceZeros: {value: false, description: "Force leading Zeros"}, + otherOrder: {value: false, description: "Show the Time before the Date"} }, choices: { creationDateLang: {value: "$discord", description: "Creation Date Format"} @@ -88,7 +88,7 @@ module.exports = (_ => { ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own 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"} } }; diff --git a/Plugins/JoinedAtDate/JoinedAtDate.plugin.js b/Plugins/JoinedAtDate/JoinedAtDate.plugin.js index 26e8b98e86..b678ef5940 100644 --- a/Plugins/JoinedAtDate/JoinedAtDate.plugin.js +++ b/Plugins/JoinedAtDate/JoinedAtDate.plugin.js @@ -77,12 +77,12 @@ module.exports = (_ => { settings: { addInUserPopout: {value: true, description: "Add in User Popouts"}, addInUserProfil: {value: true, description: "Add in User Profile Modal"}, - displayText: {value: true, description: "Display 'Joined on' text in the timestamp"}, - displayTime: {value: true, description: "Display the time in the timestamp"}, - displayDate: {value: true, description: "Display the date in the timestamp"}, - cutSeconds: {value: false, description: "Cut off seconds of the time"}, - forceZeros: {value: false, description: "Force leading zeros"}, - otherOrder: {value: false, description: "Show the time before the date"} + displayText: {value: true, description: "Display 'Joined on' text in the Timestamp"}, + displayTime: {value: true, description: "Display the Time in the Timestamp"}, + displayDate: {value: true, description: "Display the Date in the Timestamp"}, + cutSeconds: {value: false, description: "Cut off Seconds of the Time"}, + forceZeros: {value: false, description: "Force leading Zeros"}, + otherOrder: {value: false, description: "Show the Time before the Date"} }, choices: { joinedAtDateLang: {value: "$discord", description: "Joined At Date Format"} @@ -91,7 +91,7 @@ module.exports = (_ => { ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own 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"} } }; diff --git a/Plugins/LastMessageDate/LastMessageDate.plugin.js b/Plugins/LastMessageDate/LastMessageDate.plugin.js index aa36343fc9..7639f55929 100644 --- a/Plugins/LastMessageDate/LastMessageDate.plugin.js +++ b/Plugins/LastMessageDate/LastMessageDate.plugin.js @@ -77,12 +77,12 @@ module.exports = (_ => { settings: { addInUserPopout: {value: true, description: "Add in User Popouts"}, addInUserProfil: {value: true, description: "Add in User Profile Modal"}, - displayText: {value: true, description: "Display 'Last message on' text in the timestamp"}, - displayTime: {value: true, description: "Display the time in the timestamp"}, - displayDate: {value: true, description: "Display the date in the timestamp"}, - cutSeconds: {value: false, description: "Cut off seconds of the time"}, - forceZeros: {value: false, description: "Force leading zeros"}, - otherOrder: {value: false, description: "Show the time before the date"} + displayText: {value: true, description: "Display 'Last Message on' Text in the Timestamp"}, + displayTime: {value: true, description: "Display the Time in the Timestamp"}, + displayDate: {value: true, description: "Display the Date in the Timestamp"}, + cutSeconds: {value: false, description: "Cut off Seconds of the Time"}, + forceZeros: {value: false, description: "Force leading Zeros"}, + otherOrder: {value: false, description: "Show the Time before the Date"} }, choices: { lastMessageDateLang: {value: "$discord", description: "Last Message Date Format"} @@ -91,7 +91,7 @@ module.exports = (_ => { ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own 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"} } };