Remove ContextMenuAPIs from plugin dependencies (now required)

This commit is contained in:
Vendicated 2023-04-17 01:39:16 +02:00
parent a56dfe269c
commit 6fd5c7874f
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
5 changed files with 0 additions and 6 deletions

View file

@ -236,7 +236,6 @@ export default definePlugin({
name: "EmoteCloner",
description: "Adds a Clone context menu item to emotes to clone them your own server",
authors: [Devs.Ven, Devs.Nuckyz],
dependencies: ["ContextMenuAPI"],
start() {
addContextMenuPatch("message", messageContextMenuPatch);