diff options
author | jd <28711824+jewdev@users.noreply.github.com> | 2022-11-23 15:30:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 14:30:59 +0100 |
commit | 2788d264d4ef65b2725d6bd3ce9202285498519b (patch) | |
tree | 9e32899c22accda8aebae9c5ed2b152c26e4e2a4 /src/utils | |
parent | 91f1d68e29d61820b778d59f33645e59abb24247 (diff) | |
download | Vencord-2788d264d4ef65b2725d6bd3ce9202285498519b.tar.gz Vencord-2788d264d4ef65b2725d6bd3ce9202285498519b.tar.bz2 Vencord-2788d264d4ef65b2725d6bd3ce9202285498519b.zip |
feat(plugin): Urban Dictionary (#222)
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7563200..dc0a80d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -148,5 +148,9 @@ export const Devs = Object.freeze({ Ducko: { name: "Ducko", id: 506482395269169153n + }, + jewdev: { + name: "jewdev", + id: 222369866529636353n } }); |