aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/sendify.ts
AgeCommit message (Collapse)Author
2022-11-07lint: Disallow utils index importsVendicated
This keeps leading to issues due to circular imports. Import from specific files instead, index just reexports
2022-10-30Webpack Warnings & Errors (#178)Ven
* dev: Useful strict Warnings & Errors * Always log error * Ignore pending patches with all or whose predicate = false * Error -> Warn
2022-10-23Vencord Standalone without git/node (#148)Ven
2022-10-22style: Sort importsVendicated
2022-10-22Add license headersVendicated
2022-10-20feat: add sendify plugin (#122)Katlyn Lorimer
* feat: add sendify plugin * fix: tweak plugin description * fix: respect message replies This implements code provided by Ven, while taking into account possible errors from Discord as well as minor changes for readability. Co-authored-by: Ven <vendicated@riseup.net>