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",
|
||||
description: "Quick Delete, Quick edit",
|
||||
author: "Vendicated",
|
||||
dependencies: ["MessageClicksApi"],
|
||||
dependencies: ["MessageEventsAPI"],
|
||||
start() {
|
||||
const { deleteMessage, startEditMessage } = findByProps("deleteMessage");
|
||||
const { can } = findByProps("can", "initialize");
|
||||
|
|
|
@ -6,6 +6,7 @@ export default definePlugin({
|
|||
name: "Nitro Bypass",
|
||||
author: "ArjixWasTaken",
|
||||
description: "Allows you to stream in nitro quality and send fake emojis.",
|
||||
dependencies: ["MessageEventsAPI"],
|
||||
patches: [
|
||||
{
|
||||
find: `canUseAnimatedEmojis:function`,
|
||||
|
|
Loading…
Reference in a new issue