mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +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 { 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({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue