aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorwhqwert <94757998+whqwert@users.noreply.github.com>2023-02-01 06:38:02 -0600
committerGitHub <noreply@github.com>2023-02-01 13:38:02 +0100
commitde0990434e2859141c71b9ab42931297480fb6e2 (patch)
treeca12aae29fe0bd6eef058b1124884e6998fd1711 /src/utils/constants.ts
parent369d179bbf67d34fc4d5f8312d19a106f3552373 (diff)
downloadVencord-de0990434e2859141c71b9ab42931297480fb6e2.tar.gz
Vencord-de0990434e2859141c71b9ab42931297480fb6e2.tar.bz2
Vencord-de0990434e2859141c71b9ab42931297480fb6e2.zip
feat(plugin): RevealAllSpoilers (#381)
Co-authored-by: Ven <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 1eba713..de63de8 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -192,5 +192,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({
captain: {
name: "Captain",
id: 347366054806159360n
+ },
+ whqwert: {
+ name: "whqwert",
+ id: 586239091520176128n
}
});