mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
convert noreplymention setting
This commit is contained in:
parent
a62788c47b
commit
fcdfd0795a
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ import type { Message } from "discord-types/general";
|
||||||
const settings = definePluginSettings({
|
const settings = definePluginSettings({
|
||||||
userList: {
|
userList: {
|
||||||
description:
|
description:
|
||||||
"List of users to allow or exempt pings for (separated by commas or spaces)",
|
"List of users to allow or exempt pings for",
|
||||||
type: OptionType.STRING,
|
type: OptionType.USERS,
|
||||||
default: "1234567890123445,1234567890123445",
|
oldStringSeparator: s => s.split(/[\s,]+/).filter(v => v !== "1234567890123445")
|
||||||
},
|
},
|
||||||
shouldPingListed: {
|
shouldPingListed: {
|
||||||
description: "Behaviour",
|
description: "Behaviour",
|
||||||
|
|
Loading…
Add table
Reference in a new issue