From 7eba5b99b0d1012c33fbca1a32dc2c5a3a800eb1 Mon Sep 17 00:00:00 2001 From: Katlyn Lorimer <17418611+katlyn@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:53:09 -0800 Subject: 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 --- src/utils/constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/utils/constants.ts') 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 + } }); -- cgit