From 63ffb5bebc3adf8888dd10e4fe05d54e2cf03d86 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 23 Nov 2022 19:56:20 +0100 Subject: feat(messageTags): Add message quick reply plugin (#241) --- 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 dc0a80d..3766c74 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -152,5 +152,9 @@ export const Devs = Object.freeze({ jewdev: { name: "jewdev", id: 222369866529636353n + }, + Luna: { + name: "Luny", + id: 821472922140803112n } }); -- cgit