From 6c719f5ee921d48eea671b026e6aff2c0c49e914 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 15 Apr 2023 02:26:46 +0200 Subject: PinDMs (#879) --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index a594993..99da615 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -257,5 +257,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ pylix: { name: "pylix", id: 492949202121261067n + }, + Strencher: { + name: "Strencher", + id: 415849376598982656n } }); -- cgit