diff options
author | Elliott Tallis <tallis.elliott@gmail.com> | 2022-12-22 16:42:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 17:42:54 +0100 |
commit | af0d34b155006302eb3ac6caa434b53cef3c70dc (patch) | |
tree | a282acd3c5556991a6e24a1546851245da7c788e | |
parent | 6dd705f9512033d78445d76421d552bead2f2746 (diff) | |
download | Vencord-af0d34b155006302eb3ac6caa434b53cef3c70dc.tar.gz Vencord-af0d34b155006302eb3ac6caa434b53cef3c70dc.tar.bz2 Vencord-af0d34b155006302eb3ac6caa434b53cef3c70dc.zip |
pointy is a "contributor" (#359)
-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 6c7b540..aaf6e4d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -177,4 +177,8 @@ export const Devs = Object.freeze({ name: "'ax", id: 273562710745284628n, }, + pointy: { + name: "pointy", + id: 99914384989519872n + } }); |