From 1e6cfb8bd2d7d23cd920ec98847269995ec046fb Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:24:00 -0400 Subject: [PATCH] Fix Some Names --- src/equicordplugins/bypassStatus/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/equicordplugins/bypassStatus/index.tsx b/src/equicordplugins/bypassStatus/index.tsx index 198c4dff..d2ec5377 100644 --- a/src/equicordplugins/bypassStatus/index.tsx +++ b/src/equicordplugins/bypassStatus/index.tsx @@ -61,7 +61,7 @@ async function showNotification(message: Message, guildId: string | undefined): new Audio("https://discord.com/assets/9422aef94aa931248105.mp3").play(); } } catch (error) { - new Logger("BypassDND").error("Failed to notify user: ", error); + new Logger("BypassStatus").error("Failed to notify user: ", error); } } @@ -74,8 +74,8 @@ function ContextCallback(name: "guild" | "user" | "channel"): NavContextMenuPatc children.splice(-1, 0, (