From ba8a5aa537a72dfedba78304c6a6a325756b082d Mon Sep 17 00:00:00 2001 From: Inbestigator Date: Wed, 6 Mar 2024 07:30:29 -0800 Subject: [PATCH] Lengthened description --- src/plugins/bypassdnd/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/bypassdnd/index.tsx b/src/plugins/bypassdnd/index.tsx index d9f21d098..d5e14ecc2 100644 --- a/src/plugins/bypassdnd/index.tsx +++ b/src/plugins/bypassdnd/index.tsx @@ -111,7 +111,7 @@ const settings = definePluginSettings({ export default definePlugin({ name: "BypassDND", - description: "Still get notifications from specific sources.", + description: "Still get notifications from specific sources when in do not disturb mode. Right-click on users/channels/guilds to set them to bypass do not disturb mode.", authors: [Devs.Inbestigator], flux: { async MESSAGE_CREATE({ optimistic, type, message, guildId, channelId }: IMessageCreate) {