diff options
author | V <vendicated@riseup.net> | 2023-04-15 02:26:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 02:26:46 +0200 |
commit | 6c719f5ee921d48eea671b026e6aff2c0c49e914 (patch) | |
tree | 9f694f67fbe0a32bb9721c6c52f19d0eefb055b4 /src/utils/constants.ts | |
parent | c6fd8cae16d869fde0557504ac230991edb10385 (diff) | |
download | Vencord-6c719f5ee921d48eea671b026e6aff2c0c49e914.tar.gz Vencord-6c719f5ee921d48eea671b026e6aff2c0c49e914.tar.bz2 Vencord-6c719f5ee921d48eea671b026e6aff2c0c49e914.zip |
PinDMs (#879)
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 } }); |