Skip to content

Commit

Permalink
fix(plugin): add MessageEventsAPI to dependencies of unindent (Vendic…
Browse files Browse the repository at this point in the history
  • Loading branch information
adryd325 authored Oct 5, 2022
1 parent e010b2d commit 77aa0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/unindent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default definePlugin({
name: "Unindent",
description: "Trims leading indentation from codeblocks",
authors: [Devs.Ven],
dependencies: ["MessageEventsAPI"],
patches: [
{
find: "inQuote:",
Expand Down

0 comments on commit 77aa0c7

Please sign in to comment.