From a44c80409719438489a9d5b29d1181ce4e5970c4 Mon Sep 17 00:00:00 2001 From: smyalygames Date: Thu, 9 Feb 2023 17:51:08 +0000 Subject: [PATCH] feat(arabot): add soft mute role snowflake --- src/utils/devIDs.ts | 1 + src/utils/ids.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/utils/devIDs.ts b/src/utils/devIDs.ts index 093c743..efe6e5d 100644 --- a/src/utils/devIDs.ts +++ b/src/utils/devIDs.ts @@ -33,6 +33,7 @@ const devIDs = { restrictions: { sus: '999431674997788673', muted: '999431675123597402', + softMute: '999431675098447940', restricted1: '999431674997788677', restricted2: '999431674997788676', restricted3: '999431674997788675', diff --git a/src/utils/ids.ts b/src/utils/ids.ts index 0b1d40b..98a282d 100644 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -36,6 +36,7 @@ let IDs = { restrictions: { sus: '859145930640457729', muted: '730924813681688596', + softMute: '775934741139554335', restricted1: '809769217477050369', restricted2: '872482843304001566', restricted3: '856582673258774538',