aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorSammy <sammy@sammcheese.net>2023-01-07 22:52:55 +0100
committerGitHub <noreply@github.com>2023-01-07 22:52:55 +0100
commit06aa72c636c45220e4b30721f725b151f7a6db18 (patch)
tree155b524d5f4fef2c922cda040cb2b8555416f413 /src/utils/constants.ts
parent1713450540caeb5d4f79582099ab98915330f785 (diff)
downloadVencord-06aa72c636c45220e4b30721f725b151f7a6db18.tar.gz
Vencord-06aa72c636c45220e4b30721f725b151f7a6db18.tar.bz2
Vencord-06aa72c636c45220e4b30721f725b151f7a6db18.zip
feat(Plugin): InvisibleChat (#349)
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 d15615b..dfb8157 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -180,5 +180,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({
pointy: {
name: "pointy",
id: 99914384989519872n
+ },
+ SammCheese: {
+ name: "Samm-Cheese",
+ id: 372148345894076416n
}
});