diff options
author | Katlyn Lorimer <17418611+katlyn@users.noreply.github.com> | 2022-10-19 14:53:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 00:53:09 +0200 |
commit | 7eba5b99b0d1012c33fbca1a32dc2c5a3a800eb1 (patch) | |
tree | 8d2fa4d3fc52afc7e966d529ebee8b584943e6d0 /src/utils | |
parent | f81ab5ef93459baf0a45eec1264412144dc4a18c (diff) | |
download | Vencord-7eba5b99b0d1012c33fbca1a32dc2c5a3a800eb1.tar.gz Vencord-7eba5b99b0d1012c33fbca1a32dc2c5a3a800eb1.tar.bz2 Vencord-7eba5b99b0d1012c33fbca1a32dc2c5a3a800eb1.zip |
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>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 987cc4f..63bc01e 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -51,5 +51,8 @@ export const Devs = Object.freeze({ name: "ECHO", id: 712639419785412668n }, - + katlyn: { + name: "katlyn", + id: 250322741406859265n + } }); |