aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorSupertiger <saawalkhn@googlemail.com>2023-05-12 01:58:53 +0100
committerGitHub <noreply@github.com>2023-05-12 00:58:53 +0000
commit63387a48ee1862ac192966a99db8036368b9a08f (patch)
tree5b513e9809498f9d2f82d5690bc08e358975a0db /src/utils
parent3bb68467bb9dce53334125abef399caeab3180d3 (diff)
downloadVencord-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.ts4
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
}
});