mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Fix SupportHelper ID (#72)
Fixed old Support Channel ID (because rose/nyx deleted the channel)
This commit is contained in:
parent
0ba03c263d
commit
2a1531053e
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…
Add table
Add a link
Reference in a new issue