BypassDND -> BypassStatus

This commit is contained in:
thororen1234 2024-08-18 00:20:36 -04:00
parent aca51e64f8
commit 92fe7335fb
12 changed files with 32 additions and 25 deletions

View file

@ -5,7 +5,7 @@
*/
import { addPreSendListener, removePreSendListener } from "@api/MessageEvents";
import { definePluginSettings, migratePluginSettings } from "@api/Settings";
import { definePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types";
@ -28,7 +28,6 @@ function replaceQuestionMarks(content: string): string {
}
}
migratePluginSettings("QuestionMarkReplacement", "QuestionMarkReplace");
export default definePlugin({
name: "QuestionMarkReplacement",
description: "Replace all question marks with chosen string, if message only contains question marks.",