diff options
author | outfoxxed <outfoxxed@outfoxxed.me> | 2023-05-13 17:01:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 00:01:10 +0000 |
commit | caf77a3d7fed3e270da7692dc112f70784a85c56 (patch) | |
tree | d8a84b08ae523ef5cdfd08098ff93fb8934ee7f6 /src/utils/constants.ts | |
parent | 7a27de892767aa8d9104ef16fe5ba2a2a75568cf (diff) | |
download | Vencord-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.ts | 6 |
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 + }, }); |