fix(plugin): add MessageEventsAPI to dependencies of unindent (#48)

main
Ariana 2 years ago committed by GitHub
parent e010b2d63e
commit 77aa0c78a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@ export default definePlugin({
name: "Unindent",
description: "Trims leading indentation from codeblocks",
authors: [Devs.Ven],
dependencies: ["MessageEventsAPI"],
patches: [
{
find: "inQuote:",

Loading…
Cancel
Save