From dfc7a15083188f07dd9921155dda8139c43a32eb Mon Sep 17 00:00:00 2001 From: Marvin Witt Date: Wed, 1 Mar 2023 18:32:58 +0100 Subject: [PATCH] chore: extend description of NoDevtoolsWarning plugin (#545) Co-authored-by: Ven --- src/plugins/noDevtoolsWarning.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/noDevtoolsWarning.ts b/src/plugins/noDevtoolsWarning.ts index 8980ed8..2dd514e 100644 --- a/src/plugins/noDevtoolsWarning.ts +++ b/src/plugins/noDevtoolsWarning.ts @@ -24,7 +24,7 @@ migratePluginSettings("NoDevtoolsWarning", "STFU"); export default definePlugin({ name: "NoDevtoolsWarning", - description: "Disables the 'HOLD UP' banner in the console", + description: "Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.", authors: [Devs.Ven], patches: [{ find: "setDevtoolsCallbacks",