chore: extend description of NoDevtoolsWarning plugin (#545)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
Marvin Witt 2023-03-01 18:32:58 +01:00 committed by GitHub
parent 37003edae9
commit dfc7a15083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",