aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorjd <28711824+jewdev@users.noreply.github.com>2022-11-23 15:30:59 +0200
committerGitHub <noreply@github.com>2022-11-23 14:30:59 +0100
commit2788d264d4ef65b2725d6bd3ce9202285498519b (patch)
tree9e32899c22accda8aebae9c5ed2b152c26e4e2a4 /src/utils
parent91f1d68e29d61820b778d59f33645e59abb24247 (diff)
downloadVencord-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.ts4
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
}
});