Update index.tsx

This commit is contained in:
RyfterWasTaken 2025-01-30 15:17:12 +01:00 committed by GitHub
parent a7c3b08705
commit ed2d881965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@
*/ */
import { definePluginSettings } from "@api/Settings"; import { definePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types"; import definePlugin, { OptionType } from "@utils/types";
import { keybinds } from "./components/keybinds"; import { keybinds } from "./components/keybinds";
@ -40,10 +41,7 @@ export default definePlugin({
name: "Keybinds", name: "Keybinds",
description: "Bind keys to commands.", description: "Bind keys to commands.",
authors: [ authors: [
{ Devs.Ryfter
name: "Ryfter",
id: 0n,
}
], ],
settings, settings,
start() { start() {
@ -73,5 +71,3 @@ export default definePlugin({
} }
}, },
}); });