Update dependencies
This commit is contained in:
parent
9b4926ccdc
commit
bac8a648b6
2 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||||
|
|
|
@ -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`,
|
||||||
|
|
Loading…
Reference in a new issue