docs: less ambigous noDevtoolsWarning description

[as discussed in discord](https://discord.com/channels/1015060230222131221/1026515880080842772/1283952481759662111), current description had a little bit of ambiguity.
This commit is contained in:
scarf 2024-09-16 18:14:01 +09:00 committed by GitHub
parent f27361f017
commit 030baea712
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
export default definePlugin({
name: "NoDevtoolsWarning",
description: "Disables the 'HOLD UP' banner in the console. As a side effect, also prevents Discord from hiding your token, which prevents random logouts.",
description: "Disables the 'HOLD UP' banner in the console. Also stops random logouts when using DevTools.",
authors: [Devs.Ven],
patches: [{
find: "setDevtoolsCallbacks",