feat: add sendify plugin (#122)

* 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>
This commit is contained in:
Katlyn Lorimer 2022-10-19 14:53:09 -08:00 committed by GitHub
parent f81ab5ef93
commit 7eba5b99b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 127 additions and 1 deletions

View file

@ -51,5 +51,8 @@ export const Devs = Object.freeze({
name: "ECHO",
id: 712639419785412668n
},
katlyn: {
name: "katlyn",
id: 250322741406859265n
}
});