We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971a90e commit d9928f0Copy full SHA for d9928f0
RinthBot/Services/Modrinth/ModrinthHelper.cs
@@ -7,7 +7,7 @@ public class ModrinthHelper
7
private readonly Regex _modrinthProjectRegex;
8
9
private string ModrinthRegexUrlPattern { get; } =
10
- @"(?:https:\/\/(?:www.)?modrinth.com\/(mod|modpack|resourcepack)\/([a-zA-Z0-9-]*))";
+ @"(?:https:\/\/(?:www.)?modrinth.com\/(mod|modpack|resourcepack|plugin)\/([a-zA-Z0-9-]*))";
11
12
public ModrinthHelper()
13
{
0 commit comments