diff --git a/src/plugins/noDevtoolsWarning/index.ts b/src/plugins/noDevtoolsWarning/index.ts index e897e5793..4cf223117 100644 --- a/src/plugins/noDevtoolsWarning/index.ts +++ b/src/plugins/noDevtoolsWarning/index.ts @@ -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",