From b90392576e81fe2d0e665039ec832d47dc6a731c Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Sat, 25 Mar 2023 01:30:24 +0000 Subject: PronounDB: Add support for compact mode & clean up (#604) --- 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 d5faa43..57fc816 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -205,5 +205,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ cloudburst: { name: "cloudburst", id: 892128204150685769n + }, + TheKodeToad: { + name: "TheKodeToad", + id: 706152404072267788n } }); -- cgit