This DiscordBotList.Api library (from top.gg's docs on .NET) does not seem available on nuget.
PS [...]> Install-Package DiscordBotsList.Api
Install-Package : No match was found for the specified search criteria and package name 'DiscordBotsList.Api'. Try Get-PackageSource to see all
available registered package sources.
At line:1 char:1
+ Install-Package DiscordBotsList.Api
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
+ FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
nuget search for "discordbotlist" also only gives DiscordBotList.Core, which only really seems to include models on bot/user/shard/etc., but with no API.
This
DiscordBotList.Apilibrary (from top.gg's docs on .NET) does not seem available on nuget.nuget search for "discordbotlist" also only gives
DiscordBotList.Core, which only really seems to include models on bot/user/shard/etc., but with no API.