From e1cae5e48e3bb9bdc655c54525ff182c6b3449ec Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:06:50 -0400 Subject: [PATCH] Rename StreamerModeOnStream --- src/plugins/streamerModeOnStream/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/streamerModeOnStream/index.ts b/src/plugins/streamerModeOnStream/index.ts index 03b83f57..b10896f2 100644 --- a/src/plugins/streamerModeOnStream/index.ts +++ b/src/plugins/streamerModeOnStream/index.ts @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +import { migratePluginSettings } from "@api/Settings"; import { Devs } from "@utils/constants"; import definePlugin from "@utils/types"; import { FluxDispatcher, UserStore } from "@webpack/common"; @@ -34,8 +35,9 @@ function toggleStreamerMode({ streamKey }: StreamEvent, value: boolean) { }); } +migratePluginSettings("StreamerModeOn", "StreamerModeOnStream"); export default definePlugin({ - name: "StreamerModeOnStream", + name: "StreamerModeOn", description: "Automatically enables streamer mode when you start streaming in Discord", authors: [Devs.Kodarru], flux: {