mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Added clarification
This commit is contained in:
parent
9bb33f78c6
commit
4f218da319
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ const settings = definePluginSettings({
|
|||
},
|
||||
users: {
|
||||
type: OptionType.STRING,
|
||||
description: "Users to let bypass (notified for all messages)",
|
||||
description: "Users to let bypass (notified for all messages sent in DMs)",
|
||||
default: "",
|
||||
placeholder: "Separate with commas",
|
||||
onChange: async function (value) {
|
||||
|
@ -115,7 +115,7 @@ const settings = definePluginSettings({
|
|||
},
|
||||
allowOutsideOfDm: {
|
||||
type: OptionType.BOOLEAN,
|
||||
description: "Allow selected users to send notifications outside of DM (acts like a channel/guild bypass, but it's for all messages sent by the selected users)",
|
||||
description: "Allow selected users to bypass DND outside of DM too (acts like a channel/guild bypass, but it's for all messages sent by the selected users)",
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue