From ef353f1d66dbf1d14e528830d267aac518ed1beb Mon Sep 17 00:00:00 2001 From: Ven Date: Sat, 1 Oct 2022 02:27:28 +0200 Subject: Better authors field (#18) --- src/plugins/STFU.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/STFU.ts') diff --git a/src/plugins/STFU.ts b/src/plugins/STFU.ts index afa29f5..96325ff 100644 --- a/src/plugins/STFU.ts +++ b/src/plugins/STFU.ts @@ -1,9 +1,10 @@ import definePlugin from "../utils/types"; +import { Devs } from '../utils/constants'; export default definePlugin({ name: "STFU", description: "Disables the 'HOLD UP' banner in the console", - author: "Vendicated", + authors: [Devs.Ven], patches: [{ find: "setDevtoolsCallbacks", replacement: { -- cgit