stuff
This commit is contained in:
parent
675ee2be58
commit
85d6f04ef0
|
@ -60,10 +60,10 @@ module.exports = (_ => {
|
|||
|
||||
this.defaults = {
|
||||
settings: {
|
||||
showInPopout: {value:true, description:"Show Badge in User Popout."},
|
||||
showInChat: {value:true, description:"Show Badge in Chat Window."},
|
||||
showInMemberList: {value:true, description:"Show Badge in Member List."},
|
||||
useColoredVersion: {value:true, description:"Use colored version of the Badges for Chat and Members."},
|
||||
showInPopout: {value:true, description:"Show Badge in User Popout"},
|
||||
showInChat: {value:true, description:"Show Badge in Chat Window"},
|
||||
showInMemberList: {value:true, description:"Show Badge in Member List"},
|
||||
useColoredVersion: {value:true, description:"Use colored version of the Badges for Chat and Members"},
|
||||
showNitroDate: {value:true, description:"Show the subscription date for Nitro/Boost Badges"}
|
||||
},
|
||||
badges: {
|
||||
|
|
|
@ -43,9 +43,9 @@ module.exports = (_ => {
|
|||
onLoad() {
|
||||
this.defaults = {
|
||||
settings: {
|
||||
addFirstLast: {value:true, description:"Adds a first and last page button."},
|
||||
addJumpTo: {value:true, description:"Adds a jump to input field (press enter to jump)."},
|
||||
cloneToTheTop: {value:true, description:"Clones the controls to the top of the results page."}
|
||||
addFirstLast: {value:true, description:"Adds a first and last page button"},
|
||||
addJumpTo: {value:true, description:"Adds a jump to input field (press enter to jump)"},
|
||||
cloneToTheTop: {value:true, description:"Clones the controls to the top of the results page"}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ module.exports = (_ => {
|
|||
this.defaults = {
|
||||
settings: {
|
||||
addClearButton: {value:true, inner:false, description:"Adds a 'Clear Mentions' button to the recent mentions popout"},
|
||||
confirmClear: {value:false, inner:false, description:"Asks for your confirmation before clearing reads."},
|
||||
confirmClear: {value:false, inner:false, description:"Asks for your confirmation before clearing reads"},
|
||||
includeGuilds: {value:true, inner:true, description:"unread Servers"},
|
||||
includeMuted: {value:false, inner:true, description:"muted unread Servers"},
|
||||
includeDMs: {value:false, inner:true, description:"unread DMs"}
|
||||
|
|
|
@ -50,12 +50,12 @@ module.exports = (_ => {
|
|||
settings: {
|
||||
showInChat: {value:true, inner:true, description:"Chat Window"},
|
||||
showInMemberList: {value:true, inner:true, description:"Member List"},
|
||||
useOtherStyle: {value:false, inner:false, description:"Use BotTag Style instead of the Role Style."},
|
||||
useBlackFont: {value:false, inner:false, description:"Instead of darkening the color for BotTag Style on bright colors use black font."},
|
||||
includeColorless: {value:false, inner:false, description:"Include colorless roles."},
|
||||
useOtherStyle: {value:false, inner:false, description:"Use BotTag Style instead of the Role Style"},
|
||||
useBlackFont: {value:false, inner:false, description:"Instead of darkening the color for BotTag Style on bright colors use black font"},
|
||||
includeColorless: {value:false, inner:false, description:"Include colorless roles"},
|
||||
showOwnerRole: {value:false, inner:false, description:`Display Role Tag of Serverowner as "${BDFDB.LanguageUtils.LanguageStrings.GUILD_OWNER}".`},
|
||||
disableForBots: {value:false, inner:false, description:"Disable Role Tag for Bots."},
|
||||
addUserID: {value:false, inner:false, description:"Add the UserID as a Tag to the Chat Window."}
|
||||
disableForBots: {value:false, inner:false, description:"Disable Role Tag for Bots"},
|
||||
addUserID: {value:false, inner:false, description:"Add the UserID as a Tag to the Chat Window"}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue