From 2c8ebdce7d9715dbf59e5b8335911c701edda0fd Mon Sep 17 00:00:00 2001 From: nick <69434290+lelboatz@users.noreply.github.com> Date: Fri, 31 Mar 2023 01:07:35 -0400 Subject: feat(plugin): RelationshipNotifier (#450) 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 c6277f5..473674a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -194,6 +194,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Captain", id: 347366054806159360n }, + nick: { + name: "nick", + id: 347884694408265729n + }, whqwert: { name: "whqwert", id: 586239091520176128n -- cgit