stuff
This commit is contained in:
parent
dc90469f7a
commit
65ddf99a73
|
@ -74,12 +74,12 @@ module.exports = (_ => {
|
||||||
settings: {
|
settings: {
|
||||||
addInUserPopout: {value: true, description: "Add in User Popouts"},
|
addInUserPopout: {value: true, description: "Add in User Popouts"},
|
||||||
addInUserProfil: {value: true, description: "Add in User Profile Modal"},
|
addInUserProfil: {value: true, description: "Add in User Profile Modal"},
|
||||||
displayText: {value: true, description: "Display 'Created on' text in the timestamp"},
|
displayText: {value: true, description: "Display 'Created on' Text in the Timestamp"},
|
||||||
displayTime: {value: true, description: "Display the time in the timestamp"},
|
displayTime: {value: true, description: "Display the Time in the Timestamp"},
|
||||||
displayDate: {value: true, description: "Display the date in the timestamp"},
|
displayDate: {value: true, description: "Display the Date in the Timestamp"},
|
||||||
cutSeconds: {value: false, description: "Cut off seconds of the time"},
|
cutSeconds: {value: false, description: "Cut off Seconds of the Time"},
|
||||||
forceZeros: {value: false, description: "Force leading zeros"},
|
forceZeros: {value: false, description: "Force leading Zeros"},
|
||||||
otherOrder: {value: false, description: "Show the time before the date"}
|
otherOrder: {value: false, description: "Show the Time before the Date"}
|
||||||
},
|
},
|
||||||
choices: {
|
choices: {
|
||||||
creationDateLang: {value: "$discord", description: "Creation Date Format"}
|
creationDateLang: {value: "$discord", description: "Creation Date Format"}
|
||||||
|
@ -88,7 +88,7 @@ module.exports = (_ => {
|
||||||
ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own Format"}
|
ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own Format"}
|
||||||
},
|
},
|
||||||
amounts: {
|
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"}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -77,12 +77,12 @@ module.exports = (_ => {
|
||||||
settings: {
|
settings: {
|
||||||
addInUserPopout: {value: true, description: "Add in User Popouts"},
|
addInUserPopout: {value: true, description: "Add in User Popouts"},
|
||||||
addInUserProfil: {value: true, description: "Add in User Profile Modal"},
|
addInUserProfil: {value: true, description: "Add in User Profile Modal"},
|
||||||
displayText: {value: true, description: "Display 'Joined on' text in the timestamp"},
|
displayText: {value: true, description: "Display 'Joined on' text in the Timestamp"},
|
||||||
displayTime: {value: true, description: "Display the time in the timestamp"},
|
displayTime: {value: true, description: "Display the Time in the Timestamp"},
|
||||||
displayDate: {value: true, description: "Display the date in the timestamp"},
|
displayDate: {value: true, description: "Display the Date in the Timestamp"},
|
||||||
cutSeconds: {value: false, description: "Cut off seconds of the time"},
|
cutSeconds: {value: false, description: "Cut off Seconds of the Time"},
|
||||||
forceZeros: {value: false, description: "Force leading zeros"},
|
forceZeros: {value: false, description: "Force leading Zeros"},
|
||||||
otherOrder: {value: false, description: "Show the time before the date"}
|
otherOrder: {value: false, description: "Show the Time before the Date"}
|
||||||
},
|
},
|
||||||
choices: {
|
choices: {
|
||||||
joinedAtDateLang: {value: "$discord", description: "Joined At Date Format"}
|
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"}
|
ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own Format"}
|
||||||
},
|
},
|
||||||
amounts: {
|
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"}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -77,12 +77,12 @@ module.exports = (_ => {
|
||||||
settings: {
|
settings: {
|
||||||
addInUserPopout: {value: true, description: "Add in User Popouts"},
|
addInUserPopout: {value: true, description: "Add in User Popouts"},
|
||||||
addInUserProfil: {value: true, description: "Add in User Profile Modal"},
|
addInUserProfil: {value: true, description: "Add in User Profile Modal"},
|
||||||
displayText: {value: true, description: "Display 'Last message on' text in the timestamp"},
|
displayText: {value: true, description: "Display 'Last Message on' Text in the Timestamp"},
|
||||||
displayTime: {value: true, description: "Display the time in the timestamp"},
|
displayTime: {value: true, description: "Display the Time in the Timestamp"},
|
||||||
displayDate: {value: true, description: "Display the date in the timestamp"},
|
displayDate: {value: true, description: "Display the Date in the Timestamp"},
|
||||||
cutSeconds: {value: false, description: "Cut off seconds of the time"},
|
cutSeconds: {value: false, description: "Cut off Seconds of the Time"},
|
||||||
forceZeros: {value: false, description: "Force leading zeros"},
|
forceZeros: {value: false, description: "Force leading Zeros"},
|
||||||
otherOrder: {value: false, description: "Show the time before the date"}
|
otherOrder: {value: false, description: "Show the Time before the Date"}
|
||||||
},
|
},
|
||||||
choices: {
|
choices: {
|
||||||
lastMessageDateLang: {value: "$discord", description: "Last Message Date Format"}
|
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"}
|
ownFormat: {value: "$hour:$minute:$second, $day.$month.$year", description: "Own Format"}
|
||||||
},
|
},
|
||||||
amounts: {
|
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"}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue