Skip to content

Commit d9928f0

Browse files
committed
add plugin to url scanner
1 parent 971a90e commit d9928f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RinthBot/Services/Modrinth/ModrinthHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class ModrinthHelper
77
private readonly Regex _modrinthProjectRegex;
88

99
private string ModrinthRegexUrlPattern { get; } =
10-
@"(?:https:\/\/(?:www.)?modrinth.com\/(mod|modpack|resourcepack)\/([a-zA-Z0-9-]*))";
10+
@"(?:https:\/\/(?:www.)?modrinth.com\/(mod|modpack|resourcepack|plugin)\/([a-zA-Z0-9-]*))";
1111

1212
public ModrinthHelper()
1313
{

0 commit comments

Comments
 (0)