mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-12 08:43:38 -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 = [
|
const AllowedChannelIds = [
|
||||||
SUPPORT_CHANNEL_ID,
|
SUPPORT_CHANNEL_ID,
|
||||||
"1173659827881390160", // Equicord > #dev
|
"1173659827881390160", // Equicord > #dev
|
||||||
"1173342942858055721", // Equicord > #support
|
"1297590739911573585", // Equicord > #support
|
||||||
];
|
];
|
||||||
|
|
||||||
const TrustedRolesIds = [
|
const TrustedRolesIds = [
|
||||||
|
|
Loading…
Reference in a new issue