Skip to content

Commit 065c81c

Browse files
committed
6.3.1
Fixed scripts usage
1 parent 426c778 commit 065c81c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

ScriptBloxAPI.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@
1313
<RepositoryUrl>https://github.com/RiisDev/ScriptBloxAPI</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>scriptblox, scripts, roblox, scripting, lua</PackageTags>
16-
<PackageReleaseNotes>- Modified internal Http Usage to properly display ScriptBlox errors
17-
18-
* Fixed `Executors.GetRobloxVersions` returning invalid data type &amp; erroring
19-
20-
+ Added `Executors.GetExecutorList` Returns partnered / watched exploits
21-
+ Added `Executors.GetExecutor(string executor)` Returns info page of execturo
22-
</PackageReleaseNotes>
16+
<PackageReleaseNotes>* Fixed SearchScripts</PackageReleaseNotes>
2317
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2418
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
25-
<Version>6.3.0</Version>
19+
<Version>6.3.1</Version>
2620
<PackageId> ScriptBloxAPI</PackageId>
2721
</PropertyGroup>
2822

Scripts/Scripts.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public static async Task<Results> SearchScriptsAsync(
9696
{
9797
(string Key, string Value)[] queryParams =
9898
[
99+
("q", query),
99100
("page", page.InternalClamp(1, MaxValue).ToString()),
100101
("max", max.InternalClamp(1, 20).ToString()),
101102
("mode", mode.ToString()),

0 commit comments

Comments
 (0)