fix(plugin): add MessageEventsAPI to dependencies of unindent (#48)
This commit is contained in:
parent
e010b2d63e
commit
77aa0c78a0
@ -6,6 +6,7 @@ export default definePlugin({
|
|||||||
name: "Unindent",
|
name: "Unindent",
|
||||||
description: "Trims leading indentation from codeblocks",
|
description: "Trims leading indentation from codeblocks",
|
||||||
authors: [Devs.Ven],
|
authors: [Devs.Ven],
|
||||||
|
dependencies: ["MessageEventsAPI"],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: "inQuote:",
|
find: "inQuote:",
|
||||||
|
Loading…
Reference in New Issue
Block a user