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: {