diff options
author | Supertiger <saawalkhn@googlemail.com> | 2023-05-12 01:58:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 00:58:53 +0000 |
commit | 63387a48ee1862ac192966a99db8036368b9a08f (patch) | |
tree | 5b513e9809498f9d2f82d5690bc08e358975a0db /src/utils | |
parent | 3bb68467bb9dce53334125abef399caeab3180d3 (diff) | |
download | Vencord-63387a48ee1862ac192966a99db8036368b9a08f.tar.gz Vencord-63387a48ee1862ac192966a99db8036368b9a08f.tar.bz2 Vencord-63387a48ee1862ac192966a99db8036368b9a08f.zip |
silentMessageToggle: Add setting to disable auto disable (#1062)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-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 a10a0a5..b53c1d7 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -286,5 +286,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ carince: { name: "carince", id: 818323528755314698n + }, + CatNoir: { + name: "CatNoir", + id: 260371016348336128n } }); |