mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-23 15:05:11 +00:00
Update index.tsx
This commit is contained in:
parent
a7c3b08705
commit
ed2d881965
1 changed files with 2 additions and 6 deletions
|
@ -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({
|
|||
}
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue