Installing NetCord
Note
NetCord requires .NET 8 or higher. Older versions are not supported.
- Create a new project.
- Click
Manage NuGet Packages
. - Browse and install
NetCord
package.
Other packages can be installed in the same way.
List of Packages
Package | Description |
---|---|
NetCord | Core package with fundamental functionality. |
NetCord.Services | Facilitates seamless handling of commands and interactions. |
NetCord.Hosting | Provides .NET Generic Host extensions for the NetCord package. |
NetCord.Hosting.Services | Provides .NET Generic Host extensions for the NetCord.Services package. |
NetCord.Hosting.AspNetCore | Provides ASP.NET Core extensions for seamless handling of HTTP interactions. |