aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorLuna <luni.siaa@gmail.com>2022-11-23 19:56:20 +0100
committerGitHub <noreply@github.com>2022-11-23 19:56:20 +0100
commit63ffb5bebc3adf8888dd10e4fe05d54e2cf03d86 (patch)
tree53743ddda18c6ae5a8fa0e3d173f9eadb9ddc9af /src/utils/constants.ts
parent2788d264d4ef65b2725d6bd3ce9202285498519b (diff)
downloadVencord-63ffb5bebc3adf8888dd10e4fe05d54e2cf03d86.tar.gz
Vencord-63ffb5bebc3adf8888dd10e4fe05d54e2cf03d86.tar.bz2
Vencord-63ffb5bebc3adf8888dd10e4fe05d54e2cf03d86.zip
feat(messageTags): Add message quick reply plugin (#241)
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 dc0a80d..3766c74 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -152,5 +152,9 @@ export const Devs = Object.freeze({
jewdev: {
name: "jewdev",
id: 222369866529636353n
+ },
+ Luna: {
+ name: "Luny",
+ id: 821472922140803112n
}
});