diff options
author | CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> | 2022-11-20 13:31:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 14:31:00 +0100 |
commit | e85d763f2273dd95e9fdf3112896e28bd4a39feb (patch) | |
tree | b948fd09e3c946d38efa0fdada34df175151526b /src/utils | |
parent | 82911386db7cf8432e7c12d6acff16af77dd48b1 (diff) | |
download | Vencord-e85d763f2273dd95e9fdf3112896e28bd4a39feb.tar.gz Vencord-e85d763f2273dd95e9fdf3112896e28bd4a39feb.tar.bz2 Vencord-e85d763f2273dd95e9fdf3112896e28bd4a39feb.zip |
feat(plugin): WebRichPresence (arRPC) (#223)
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 18aaeb8..7563200 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -144,5 +144,9 @@ export const Devs = Object.freeze({ dzshn: { name: "dzshn", id: 310449948011528192n + }, + Ducko: { + name: "Ducko", + id: 506482395269169153n } }); |