aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorThe Captain <81252038+Captain8771@users.noreply.github.com>2023-01-18 23:47:40 +0100
committerGitHub <noreply@github.com>2023-01-18 23:47:40 +0100
commit08a2030bbc4378cc2f750794cc1fe0d5fcb98d28 (patch)
tree42c84ad8a2857adfdda655d655890535ca081230 /src/utils
parent5fe0600d6ce8679248d475b6c6251b8eea3a33d4 (diff)
downloadVencord-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.ts4
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
}
});