aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/STFU.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/STFU.ts')
-rw-r--r--src/plugins/STFU.ts3
1 files changed, 2 insertions, 1 deletions
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: {