Make Settings & Settings Page
This commit is contained in:
parent
cb288e204d
commit
98cb301df5
18 changed files with 330 additions and 43 deletions
|
|
@ -1,11 +1,12 @@
|
|||
import { MessageClicks } from "../api";
|
||||
import definePlugin from "../utils/types";
|
||||
import { find, findByProps } from "../utils/webpack";
|
||||
import { find, findByProps } from "../webpack";
|
||||
|
||||
export default definePlugin({
|
||||
name: "MessageQuickActions",
|
||||
description: "Quick Delete, Quick edit",
|
||||
author: "Vendicated",
|
||||
dependencies: ["MessageClicksApi"],
|
||||
start() {
|
||||
const { deleteMessage, startEditMessage } = findByProps("deleteMessage");
|
||||
const { can } = findByProps("can", "initialize");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue