SimpleDiscord 1.0.0
dotnet add package SimpleDiscord --version 1.0.0
NuGet\Install-Package SimpleDiscord -Version 1.0.0
<PackageReference Include="SimpleDiscord" Version="1.0.0" />
paket add SimpleDiscord --version 1.0.0
#r "nuget: SimpleDiscord, 1.0.0"
// Install SimpleDiscord as a Cake Addin #addin nuget:?package=SimpleDiscord&version=1.0.0 // Install SimpleDiscord as a Cake Tool #tool nuget:?package=SimpleDiscord&version=1.0.0
What's SimpleDiscord
Have you ever dreamed of creating a plugin that can do something on your Discord server as well?
Well from today with this library you can integrate a Discord bot into your plugin and then have it hosted by the server!
SimpleDiscord has many advantages such as being:
Event-driven lib
You will receive new data through events, which are very easy to listen at
Auto-sync core
You won't have to update channels, members, or any other component when you receive an event-the library does it itself, so any information is always up-to-date!
Rate-limit handler
The library performs tight rate limit checks on the various endpoints.
Although it is always best to await requests, even if you don't our system will manage resources as best it can to avoid reaching the ratelimit via a queue system 😄
Easy to use
We have tried to make the library as dev-friendly as possible - you will quickly understand the logic behind it
Start using SimpleDiscord in your plugin
You can find everything inside our Official WIKI
Still need more support?
Join our Official Discord server
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 86 | 11/10/2024 |
Added the support to forums, voice channel and threads!