DisCatSharp.Interactivity 10.6.7

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DisCatSharp.Interactivity --version 10.6.7
                    
NuGet\Install-Package DisCatSharp.Interactivity -Version 10.6.7
                    
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.Interactivity" Version="10.6.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisCatSharp.Interactivity" Version="10.6.7" />
                    
Directory.Packages.props
<PackageReference Include="DisCatSharp.Interactivity" />
                    
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.Interactivity --version 10.6.7
                    
#r "nuget: DisCatSharp.Interactivity, 10.6.7"
                    
#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.Interactivity@10.6.7
                    
#: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.Interactivity&version=10.6.7
                    
Install as a Cake Addin
#tool nuget:?package=DisCatSharp.Interactivity&version=10.6.7
                    
Install as a Cake Tool

DisCatSharp Interactivity Extension

Unleash the full power of discord commands.

Documentation: https://docs.dcs.aitsys.dev/articles/modules/interactivity.html

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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DisCatSharp.Interactivity:

Package Downloads
DisCatSharp.Extensions.TwoFactorCommands

DisCatSharp.Extensions.TwoFactorCommands Extension allowing to require two factor authentication for commands.

Doorfail.DisCatSharp.Utils

DisCatSharp extensions and utilities for my projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.7.0-nightly-066 0 2/12/2026
10.7.0-nightly-065 47 2/11/2026
10.7.0-nightly-064 112 2/4/2026
10.7.0-nightly-063 156 1/28/2026
10.7.0-nightly-062 89 1/27/2026
10.7.0-nightly-061 78 1/27/2026
10.7.0-nightly-060 81 1/27/2026
10.7.0-nightly-059 86 1/27/2026
10.7.0-nightly-058 79 1/26/2026
10.7.0-nightly-057 107 1/22/2026
10.7.0-nightly-056 107 1/22/2026
10.7.0-nightly-055 134 1/21/2026
10.7.0-nightly-054 150 1/12/2026
10.7.0-nightly-053 164 1/6/2026
10.7.0-nightly-052 212 12/28/2025
10.7.0-nightly-051 107 12/27/2025
10.7.0-nightly-050 92 12/27/2025
10.7.0-nightly-049 257 12/20/2025
10.6.7 3,198 2/8/2025
Loading failed

DisCatSharp Release Notes

- Full support for role subscriptions
- Full support for burst reactions
- Full support for subscriptions and entitlements
- Support for join request (create, update & delete) events for clans
- Support for message forwarding
- Support for application emojis
- Fix for gateway close code handling

   Breaking

   - Small breaking change in `AttachmentFlags`: The flag values are now prefixed with `Is` to be in line with other flag names.
   - `AddMention(IMention mention)` => `WithAllowedMention(IMention allowedMention)`
   - `AddMentions(IEnumerable<IMention> mentions)` => `WithAllowedMentions(IEnumerable<IMention> allowedMentions)`


DisCatSharp.Attributes Release Notes

   - None


DisCatSharp.ApplicationCommands Release Notes

   - Some optimizations


DisCatSharp.CommandsNext Release Notes

   - None

DisCatSharp.Interactivity Release Notes

   - None

DisCatSharp.Common Release Notes

   - None


DisCatSharp.Lavalink Release Notes

   - New queue system. See https://docs.dcs.aitsys.dev/articles/modules/audio/lavalink_v4/queue
   - Support for LavaLyrics plugin


DisCatSharp.VoiceNext Release Notes

   - Will be deprecated 2025 and replaced by DisCatSharp.Voice


DisCatSharp.Experimental Release Notes

   - GCP Attachments
   - Guild Member Search powered by elasticsearch


DisCatSharp.Configuration Release Notes

   - None


DisCatSharp.Hosting Release Notes

   - None


DisCatSharp.Hosting.DependencyInjection Release Notes

   - None