From caf77a3d7fed3e270da7692dc112f70784a85c56 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sat, 13 May 2023 17:01:10 -0700 Subject: NoReplyMention: add option to only exclude specific users from pings (#1107) Co-authored-by: V --- src/utils/constants.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/utils') 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 + }, }); -- cgit