diff --git a/src/plugins/ircColors/index.ts b/src/plugins/ircColors/index.ts index 23a6902ec..f71aed1ae 100644 --- a/src/plugins/ircColors/index.ts +++ b/src/plugins/ircColors/index.ts @@ -48,8 +48,7 @@ function calculateNameColorForUser(id: bigint) { const settings = definePluginSettings({ lightness: { - description: "Lightness, in %. Change if the colors are too light or too dark.", - restartNeeded: true, + description: "Lightness, in %. Change if the colors are too light or too dark. Reopen the chat to apply.", type: OptionType.NUMBER, default: 70, },