.NET templates for creating Guilded.NET bots. Easily create bots with one command.
- C#
- F#
- VB.NET
guilded.bot
-dotnet new guilded.bot
guilded.webhook
-dotnet new guilded.webhook
Guilded.NET templates are available via NuGet and can be installed from command line:
dotnet new -i Guilded.Templates
If you need any help related to Guilded.NET, you can check out the following sources:
Our goal is to provide a library that is consistent and fast, while also maintaining ease of use. A library that does not bite a developer's hand allows them to focus more heavily on their code, have fun in what they are doing along, and have an easier time making bots. The consistency of code helps increase readability and collaboration.