DisCatSharp 10.7.0

Prefix Reserved
dotnet add package DisCatSharp --version 10.7.0
                    
NuGet\Install-Package DisCatSharp -Version 10.7.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="DisCatSharp" Version="10.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisCatSharp" Version="10.7.0" />
                    
Directory.Packages.props
<PackageReference Include="DisCatSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DisCatSharp --version 10.7.0
                    
#r "nuget: DisCatSharp, 10.7.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.
#:package DisCatSharp@10.7.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DisCatSharp&version=10.7.0
                    
Install as a Cake Addin
#tool nuget:?package=DisCatSharp&version=10.7.0
                    
Install as a Cake Tool

DisCatSharp

Your library to write discord bots in C# with a focus on always providing access to the latest discord features.
Written with love and for everyone.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed.  net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on DisCatSharp:

Package Downloads
DisCatSharp.VoiceNext

DisCatSharp Voice Next Extension Easy made audio player for discord bots. Documentation: https://docs.dcs.aitsys.dev/articles/modules/audio/voicenext/prerequisites.html

DisCatSharp.Lavalink

DisCatSharp Lavalink V4 Extension Extend your bot with the full power of lavalink. Play your favorite music in discord! Requires Lavalink Server v4 Documentation: https://docs.dcs.aitsys.dev/articles/modules/audio/lavalink_v4/intro.html

DisCatSharp.Interactivity

DisCatSharp Interactivity Extension Unleash the full power of discord commands. Documentation: https://docs.dcs.aitsys.dev/articles/modules/interactivity.html

DisCatSharp.CommandsNext

DisCatSharp Commands Next Extension Allow your users to use text commands in your bot. Note: Requires the Message Content Intent enabled for your discord application. Documentation: https://docs.dcs.aitsys.dev/articles/modules/commandsnext/intro.html

DisCatSharp.ApplicationCommands

DisCatSharp Application Commands Extension Use it on top of your DisCatSharp powered bot and unleash the power of application commands in discord. Documentation: https://docs.dcs.aitsys.dev/articles/modules/application_commands/intro.html

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.0 87 3/20/2026
10.7.0-nightly-079 34 3/20/2026
10.7.0-nightly-078 32 3/20/2026
10.7.0-nightly-077 35 3/20/2026
10.7.0-nightly-076 53 3/19/2026
10.7.0-nightly-075 253 3/16/2026
10.7.0-nightly-074 246 3/15/2026
10.7.0-nightly-073 236 3/15/2026
10.7.0-nightly-072 291 3/12/2026
10.7.0-nightly-071 238 3/9/2026
10.7.0-nightly-070 258 3/8/2026
10.7.0-nightly-069 226 3/7/2026
10.7.0-nightly-068 449 3/1/2026
10.7.0-nightly-067 269 2/26/2026
10.7.0-nightly-066 286 2/12/2026
10.7.0-nightly-065 269 2/11/2026
10.7.0-nightly-064 303 2/4/2026
10.7.0-nightly-063 378 1/28/2026
10.7.0-nightly-062 258 1/27/2026
10.7.0-nightly-061 252 1/27/2026
Loading failed

DisCatSharp Release Notes

   - Full support for Components V2
   - Stability improvements across gateway, interactivity and voice
   - Built-in statistics support
   - Support for .NET 10 & .NET 11
   - Improvements for OAuth2 operations
   - Support for Lavalink 4.2.0 (including LavaLyrics)
   - New voice implementation with DAVE (E2EE) support
   - New packages: DisCatSharp.Voice & DisCatSharp.Voice.Natives
   - AuditLog has been completely rewritten from scratch

   Breaking

   - DiscordAttachment: MediaType renamed to ContentType
   - DiscordTextComponent: switched parameter order (customId, label)
   - Application Commands: removed dmPermission, use allowedContexts instead
   - LavalinkGuildPlayer: RemoveQueue renamed to RemoveFromQueue
   - Url fields now use DiscordUri instead of string
   - Updated namespaces in DisCatSharp.Interactivity
   - Removed DisCatSharp.VoiceNext and DisCatSharp.VoiceNext.Natives

DisCatSharp.Attributes Release Notes

   - None

DisCatSharp.ApplicationCommands Release Notes

   - Internal improvements and fixes

DisCatSharp.CommandsNext Release Notes

   - None

DisCatSharp.Interactivity Release Notes

   - Added full Components V2 support
   - Improved pagination and component handling
   - Modal improvements (checkboxes, radio groups)

DisCatSharp.Common Release Notes

   - None

DisCatSharp.Lavalink Release Notes

   - New queue system
   - Support for LavaLyrics plugin

DisCatSharp.Voice Release Notes

   - Replaces DisCatSharp.VoiceNext
   - Full Discord voice send/receive support
   - DAVE protocol support
   - New native runtime package: DisCatSharp.Voice.Natives

DisCatSharp.Experimental Release Notes

   - Message search support
   - Guild member search (Elasticsearch-based)
   - GCP attachments

DisCatSharp.Configuration Release Notes

   - Added proxy support via appsettings.json

DisCatSharp.Hosting Release Notes

   - None

DisCatSharp.Hosting.DependencyInjection Release Notes

   - None