mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 14:27:01 -04:00
Fix Broken Devs
This commit is contained in:
parent
bc0543c8dd
commit
e38a70a25e
8 changed files with 12 additions and 33 deletions
|
@ -22,6 +22,7 @@ import { NavContextMenuPatchCallback } from "@api/ContextMenu";
|
|||
import { DataStore } from "@api/index";
|
||||
import { addButton, removeButton } from "@api/MessagePopover";
|
||||
import ErrorBoundary from "@components/ErrorBoundary";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import { classes } from "@utils/misc";
|
||||
import { openModal } from "@utils/modal";
|
||||
import definePlugin from "@utils/types";
|
||||
|
@ -70,7 +71,7 @@ function ToolBarHeader() {
|
|||
export default definePlugin({
|
||||
name: "HolyNotes",
|
||||
description: "Holy Notes allows you to save messages",
|
||||
authors: [{ id: 347096063569559553n, name: "wolfieeeeeeee" }],
|
||||
authors: [EquicordDevs.Wolfie],
|
||||
dependencies: ["MessagePopoverAPI", "ChatInputButtonAPI"],
|
||||
|
||||
patches: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue