Create your own speedy Guilded API bots with fun
Guilded.NET is free and open-source, consistent and easy-to-use .NET API framework for Guilded.
Why Guilded.NET?
Consistent
The more consistent a library is, the less you need to rely on its documentation. Guilded.NET is designed to be as consistent with the least amount of differences possible.
Speed
Have low latency in bot responses to commands with Guilded.NET. Your bots will outrun all the cheetahs in the wild by using Guilded.NET.
Developers-first
API libraries should not be hard to use. Guilded.NET puts developers first by providing a framework that is simple to learn, understand, not only when using Guilded.NET for the first time, but Guilded API entirely.
Try out Guilded.NET now!
Install Guilded.NET and start using it in your current/next project:
In an existing project
Guilded.NET is available as NuGet package and can be added
through dotnet add package
:
dotnet add package Guilded
In a new project
You can also install Guilded.NET as a template and create a new Guilded.NET project:
dotnet new -i Guilded.Templates dotnet new guilded.bot