diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-29 15:25:10 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-29 15:25:10 +0200 |
commit | 1764206e19cfdb7f2a7e69497ab017853e7c9816 (patch) | |
tree | 5b6b919375f26ab1f05055c919db05f4173a362f /src/plugins/apiNotices.ts | |
parent | 6b0caaae370bfa38ee40a572fd99ca99fe94a248 (diff) | |
download | Vencord-1764206e19cfdb7f2a7e69497ab017853e7c9816.tar.gz Vencord-1764206e19cfdb7f2a7e69497ab017853e7c9816.tar.bz2 Vencord-1764206e19cfdb7f2a7e69497ab017853e7c9816.zip |
Add MenuItemDeobfuscator
Diffstat (limited to 'src/plugins/apiNotices.ts')
-rw-r--r-- | src/plugins/apiNotices.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/apiNotices.ts b/src/plugins/apiNotices.ts index b2bdbce..1a1df4b 100644 --- a/src/plugins/apiNotices.ts +++ b/src/plugins/apiNotices.ts @@ -20,7 +20,7 @@ import { Devs } from "../utils/constants"; import definePlugin from "../utils/types"; export default definePlugin({ - name: "ApiNotices", + name: "NoticesApi", description: "Fixes notices being automatically dismissed", authors: [Devs.Ven], required: true, |