mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -04:00
Better authors field (#18)
This commit is contained in:
parent
3e64054283
commit
ef353f1d66
22 changed files with 71 additions and 26 deletions
|
@ -1,10 +1,11 @@
|
|||
import definePlugin from "../utils/types";
|
||||
import { addPreSendListener, addPreEditListener, MessageObject, removePreSendListener, removePreEditListener } from '../api/MessageEvents';
|
||||
import { Devs } from '../utils/constants';
|
||||
|
||||
export default definePlugin({
|
||||
name: "Unindent",
|
||||
description: "Trims leading indentation from codeblocks",
|
||||
author: "Vendicated",
|
||||
authors: [Devs.Ven],
|
||||
patches: [
|
||||
{
|
||||
find: "inQuote:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue