From c8f214111434e20a2a1610fdc1d6cc1276dbbce9 Mon Sep 17 00:00:00 2001 From: ActuallyTheSun <78964224+ActuallyTheSun@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:44:58 +0200 Subject: feat(plugin): add MessageLinkEmbeds (#264) Co-authored-by: Ven --- 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 3fbfe5a..faff732 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -169,4 +169,8 @@ export const Devs = Object.freeze({ name: "Commandtechno", id: 296776625432035328n, }, + TheSun: { + name: "ActuallyTheSun", + id: 406028027768733696n + }, }); -- cgit