fix(plugin): add MessageEventsAPI to dependencies of unindent (#48)
This commit is contained in:
parent
e010b2d63e
commit
77aa0c78a0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export default definePlugin({
|
|||
name: "Unindent",
|
||||
description: "Trims leading indentation from codeblocks",
|
||||
authors: [Devs.Ven],
|
||||
dependencies: ["MessageEventsAPI"],
|
||||
patches: [
|
||||
{
|
||||
find: "inQuote:",
|
||||
|
|
Loading…
Reference in a new issue