Update dependencies

This commit is contained in:
Vendicated 2022-08-31 20:58:21 +02:00
parent 9b4926ccdc
commit bac8a648b6
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ export default definePlugin({
name: "MessageQuickActions", name: "MessageQuickActions",
description: "Quick Delete, Quick edit", description: "Quick Delete, Quick edit",
author: "Vendicated", author: "Vendicated",
dependencies: ["MessageClicksApi"], dependencies: ["MessageEventsAPI"],
start() { start() {
const { deleteMessage, startEditMessage } = findByProps("deleteMessage"); const { deleteMessage, startEditMessage } = findByProps("deleteMessage");
const { can } = findByProps("can", "initialize"); const { can } = findByProps("can", "initialize");

View file

@ -6,6 +6,7 @@ export default definePlugin({
name: "Nitro Bypass", name: "Nitro Bypass",
author: "ArjixWasTaken", author: "ArjixWasTaken",
description: "Allows you to stream in nitro quality and send fake emojis.", description: "Allows you to stream in nitro quality and send fake emojis.",
dependencies: ["MessageEventsAPI"],
patches: [ patches: [
{ {
find: `canUseAnimatedEmojis:function`, find: `canUseAnimatedEmojis:function`,