diff options
author | The Captain <81252038+Captain8771@users.noreply.github.com> | 2023-01-18 23:47:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 23:47:40 +0100 |
commit | 08a2030bbc4378cc2f750794cc1fe0d5fcb98d28 (patch) | |
tree | 42c84ad8a2857adfdda655d655890535ca081230 /src/utils | |
parent | 5fe0600d6ce8679248d475b6c6251b8eea3a33d4 (diff) | |
download | Vencord-08a2030bbc4378cc2f750794cc1fe0d5fcb98d28.tar.gz Vencord-08a2030bbc4378cc2f750794cc1fe0d5fcb98d28.tar.bz2 Vencord-08a2030bbc4378cc2f750794cc1fe0d5fcb98d28.zip |
feat(Plugin): customRPC (#406)
Co-authored-by: Ven <vendicated@riseup.net>
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 b5e1eb6..1eba713 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -188,5 +188,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ zt: { name: "zt", id: 289556910426816513n + }, + captain: { + name: "Captain", + id: 347366054806159360n } }); |