mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 07:03:06 -04:00
Update SupportHelper Cap
This commit is contained in:
parent
517164ea97
commit
2cafcc9325
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ function generatePluginList() {
|
|||
content += `**Enabled UserPlugins (${enabledUserPlugins.length}):**\n${makeCodeblock(enabledUserPlugins.join(", "))}`;
|
||||
}
|
||||
|
||||
if (enabledPlugins.length > 75) {
|
||||
content = "We don't support users with more than 75 plugins enabled. Please disable some and try again.";
|
||||
if (enabledPlugins.length > 100) {
|
||||
content = "We don't support users with more than 100 plugins enabled. Please disable some and try again.";
|
||||
}
|
||||
|
||||
return content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue