SimpleDiscord 1.0.0

dotnet add package SimpleDiscord --version 1.0.0                
NuGet\Install-Package SimpleDiscord -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleDiscord" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleDiscord --version 1.0.0                
#r "nuget: SimpleDiscord, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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                

logo

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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!