From 742f5cf556254ac23eb3f74cdbcd691d5ebcb533 Mon Sep 17 00:00:00 2001 From: Andrew-DLO <130631092+Andrew-DLO@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:23:00 -0700 Subject: feat(plugin): SecretRingToneEnabler (#1570) 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 1cb746a..3266e24 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -331,6 +331,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "rad", id: 610945092504780823n }, + AndrewDLO: { + name: "Andrew-DLO", + id: 434135504792059917n + }, HypedDomi: { name: "HypedDomi", id: 354191516979429376n -- cgit