From 50c0d472d7f75e22a6097ef03a7d71129a5f3f96 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Sun, 23 Oct 2022 14:19:53 +0200 Subject: feat(NoCanaryMessageLinks): Allow custom subdomains (#147) --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 60d33f8..eccd3e3 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -73,6 +73,10 @@ export const Devs = Object.freeze({ name: "katlyn", id: 250322741406859265n }, + nea: { + name: "nea", + id: 310702108997320705n, + }, Nuckyz: { name: "Nuckyz", id: 235834946571337729n -- cgit