From 4c4036546a989023c7c0f1ee8f4b36d84f82becd Mon Sep 17 00:00:00 2001 From: bb010g Date: Fri, 18 Aug 2023 16:10:59 -0700 Subject: new plugin: NormalizeMessageLinks (#1641) --- 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 3266e24..9e2b2fe 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -347,6 +347,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "arrow", id: 958158495302176778n }, + bb010g: { + name: "bb010g", + id: 72791153467990016n, + }, } satisfies Record); // iife so #__PURE__ works correctly -- cgit