convert noreplymention setting

This commit is contained in:
Elvyra 2025-01-16 16:35:11 +01:00
parent a62788c47b
commit fcdfd0795a

View file

@ -24,9 +24,9 @@ import type { Message } from "discord-types/general";
const settings = definePluginSettings({
userList: {
description:
"List of users to allow or exempt pings for (separated by commas or spaces)",
type: OptionType.STRING,
default: "1234567890123445,1234567890123445",
"List of users to allow or exempt pings for",
type: OptionType.USERS,
oldStringSeparator: s => s.split(/[\s,]+/).filter(v => v !== "1234567890123445")
},
shouldPingListed: {
description: "Behaviour",