mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix SupportHelper ID (#71)
Fixed old Support Channel ID (because rose/nyx deleted the channel)
This commit is contained in:
parent
b9c32cdd91
commit
b4b95b1943
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const CodeBlockRe = /```js\n(.+?)```/s;
|
|||
const AllowedChannelIds = [
|
||||
SUPPORT_CHANNEL_ID,
|
||||
"1173659827881390160", // Equicord > #dev
|
||||
"1173342942858055721", // Equicord > #support
|
||||
"1297590739911573585", // Equicord > #support
|
||||
];
|
||||
|
||||
const TrustedRolesIds = [
|
||||
|
|
Loading…
Reference in a new issue