aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
author12944qwerty <qwerty12944qwerty@gmail.com>2022-12-02 09:38:52 -0600
committerGitHub <noreply@github.com>2022-12-02 16:38:52 +0100
commit4760af7f0ee275caa1eee440f4945032057d2b56 (patch)
tree7da3e052dd96ecb4988ba22f964f3ff5b8f97b51 /src/utils/constants.ts
parent06d32ae414bbd160d355fe62c643a20976193d49 (diff)
downloadVencord-4760af7f0ee275caa1eee440f4945032057d2b56.tar.gz
Vencord-4760af7f0ee275caa1eee440f4945032057d2b56.tar.bz2
Vencord-4760af7f0ee275caa1eee440f4945032057d2b56.zip
add ViewRaw plugin & MiniPopover API (#275)
Co-authored-by: Vendicated <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-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 3766c74..eead2a3 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -156,5 +156,9 @@ export const Devs = Object.freeze({
Luna: {
name: "Luny",
id: 821472922140803112n
+ },
+ KingFish: {
+ name: "King Fish",
+ id: 499400512559382538n
}
});