From c4a3d25d37697282dce756d9addc36c23ba1f2ce Mon Sep 17 00:00:00 2001 From: Amsyar Rasyiq <82711525+amsyarasyiq@users.noreply.github.com> Date: Sun, 9 Apr 2023 12:55:04 +0800 Subject: feat(NoAutoReplyMention): Inverse shift reply behaviour (#839) Co-authored-by: V --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index edbd76d..a594993 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -253,5 +253,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ AutumnVN: { name: "AutumnVN", id: 393694671383166998n + }, + pylix: { + name: "pylix", + id: 492949202121261067n } }); -- cgit