From ed2d8819659e5779e8d80641ebbe38b36fe6c7f3 Mon Sep 17 00:00:00 2001 From: RyfterWasTaken <144800123+RyfterWasTaken@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:17:12 +0100 Subject: [PATCH] Update index.tsx --- src/plugins/keybinds/index.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/plugins/keybinds/index.tsx b/src/plugins/keybinds/index.tsx index 97f081e76..3bcc424bb 100644 --- a/src/plugins/keybinds/index.tsx +++ b/src/plugins/keybinds/index.tsx @@ -11,6 +11,7 @@ */ import { definePluginSettings } from "@api/Settings"; +import { Devs } from "@utils/constants"; import definePlugin, { OptionType } from "@utils/types"; import { keybinds } from "./components/keybinds"; @@ -40,10 +41,7 @@ export default definePlugin({ name: "Keybinds", description: "Bind keys to commands.", authors: [ - { - name: "Ryfter", - id: 0n, - } + Devs.Ryfter ], settings, start() { @@ -73,5 +71,3 @@ export default definePlugin({ } }, }); - -