aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authoroutfoxxed <outfoxxed@outfoxxed.me>2023-05-13 17:01:10 -0700
committerGitHub <noreply@github.com>2023-05-14 00:01:10 +0000
commitcaf77a3d7fed3e270da7692dc112f70784a85c56 (patch)
treed8a84b08ae523ef5cdfd08098ff93fb8934ee7f6 /src/utils/constants.ts
parent7a27de892767aa8d9104ef16fe5ba2a2a75568cf (diff)
downloadVencord-caf77a3d7fed3e270da7692dc112f70784a85c56.tar.gz
Vencord-caf77a3d7fed3e270da7692dc112f70784a85c56.tar.bz2
Vencord-caf77a3d7fed3e270da7692dc112f70784a85c56.zip
NoReplyMention: add option to only exclude specific users from pings (#1107)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index b53c1d7..1c70470 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -290,5 +290,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({
CatNoir: {
name: "CatNoir",
id: 260371016348336128n
- }
+ },
+ outfoxxed: {
+ name: "outfoxxed",
+ id: 837425748435796060n
+ },
});