From 1944f3957fb8113b610a4e281d75ee36ac97a422 Mon Sep 17 00:00:00 2001 From: Nickyux <30734036+nmsturcke@users.noreply.github.com> Date: Tue, 1 Nov 2022 02:19:07 +0100 Subject: fix forceOwnerCrown Plugin Spamming Errors in Console (#180) Co-authored-by: Nico 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 30cf4dc..caf9063 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -88,5 +88,9 @@ export const Devs = Object.freeze({ D3SOX: { name: "D3SOX", id: 201052085641281538n + }, + Nickyux: { + name: "Nickyux", + id: 427146305651998721n } }); -- cgit