aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-03-25 01:30:24 +0000
committerGitHub <noreply@github.com>2023-03-25 01:30:24 +0000
commitb90392576e81fe2d0e665039ec832d47dc6a731c (patch)
treeb0386e13c0af7191fbf6fdeb8c3648bbf0f1d2bc /src/utils/constants.ts
parente143260891e25bc133ab5e2f94b5831bdf63f3dc (diff)
downloadVencord-b90392576e81fe2d0e665039ec832d47dc6a731c.tar.gz
Vencord-b90392576e81fe2d0e665039ec832d47dc6a731c.tar.bz2
Vencord-b90392576e81fe2d0e665039ec832d47dc6a731c.zip
PronounDB: Add support for compact mode & clean up (#604)
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts4
1 files changed, 4 insertions, 0 deletions
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
}
});