Discord.Net.Labs.WebSocket 2.4.1

Suggested Alternatives

Discord.Net.WebSocket

There is a newer version of this package available.
See the version list below for details.
dotnet add package Discord.Net.Labs.WebSocket --version 2.4.1
NuGet\Install-Package Discord.Net.Labs.WebSocket -Version 2.4.1
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="Discord.Net.Labs.WebSocket" Version="2.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Discord.Net.Labs.WebSocket --version 2.4.1
#r "nuget: Discord.Net.Labs.WebSocket, 2.4.1"
#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 Discord.Net.Labs.WebSocket as a Cake Addin
#addin nuget:?package=Discord.Net.Labs.WebSocket&version=2.4.1

// Install Discord.Net.Labs.WebSocket as a Cake Tool
#tool nuget:?package=Discord.Net.Labs.WebSocket&version=2.4.1

Discord.Net Labs

NuGet

Join our Discord server for support using labs

This repo is a custom fork of Discord.Net that introduces the newest features of discord for testing and experimenting. Nothing here is guaranteed to work but you are more than welcome to submit bugs in the issues tabs

Known issues

Labs will not work with Playwo's InteractivityAddon. The reason is that his package depends on the base discord.net lib, you can get around this by cloning his repo and building it with discord.net labs instead of discord.net.

How to use

Setting up labs in your project is really simple, here's how to do it:

  1. Remove Discord.Net from your project
  2. Add Discord.Net Labs nuget to your project
  3. Enjoy!

Branches

Dev

The main branch we pull off of to introduce new features into, the dev branch is the same as Discord.Nets dev branch

Interactions

This branch is for anything todo with Discord Interactions, such as Slash commands and Message Components. This branch is stable enough to use but does not contain all the features of interactions.

SlashCommandService

This branch is on pause and does not work currently, Once everything is stable with the Interaction branch we will continue working on a slash command service for it.

web/SlashCommandService

webmilio's spin on the SlashCommandService branch, again the state of this is unknown.

Message Components

So, you want to use Message components? Well you're in luck! Below is a quick overview of how to use them

Listening for button presses
// Subscribe to the InteractionCreated event
client.InteractionCreated += Client_InteractionCreated;

...
private async Task Client_InteractionCreated(SocketInteraction arg)
{
  // If the type of the interaction is a message component
  if(arg.Type == Discord.InteractionType.MessageComponent)
  {
    // parse the args 
    var parsedArg = (SocketMessageComponent)arg;
    // respond with the update message response type. This edits the original message if you have set AlwaysAcknowledgeInteractions to false.
    await parsedArg.RespondAsync($"Clicked {parsedArg.Data.CustomId}!", type: InteractionResponseType.UpdateMessage);
  }
}
Sending messages with buttons

Theres a new field in all SendMessageAsync functions that takes in a MessageComponent, you can use it like so:

var builder = new ComponentBuilder().WithButton("Hello!", ButtonStyle.Primary, customId: "id_1");
await Context.Channel.SendMessageAsync("Test buttons!", component: builder.Build());

Slash commands

Slash command example how to's can be found here. If you want to read some code using slash commands, you can do that here

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Discord.Net.Labs.WebSocket:

Package Downloads
Discord.Net.Labs

An experimental fork of Discord.NET that adds all the new discord features to play around with! This metapackage includes all of the optional Discord.Net Labs components.

Discord.Net.Labs.Interactions

A Discord.Net Labs extension adding support for Application Commands.

Fergun.Interactive.Labs

An addon that adds interactive functionality to commands. This is a fork of Discord.InteractivityAddon that adds several features like more customization and support for interactions.

Discord.InteractivityAddon.Labs

This package is an Addon for Discord.Net. It provides basic and advanced interactivity features for your Discord Bot. Moreover it includes support for any command framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.6.1 24,700 12/24/2021
3.6.0 1,110 12/24/2021
3.5.0 2,677 12/15/2021
3.4.9 5,533 12/6/2021
3.4.8 5,773 12/4/2021
3.4.7 3,659 11/28/2021
3.4.6 993 11/27/2021
3.4.5 834 11/27/2021
3.4.4 963 11/27/2021
3.4.3 976 11/27/2021
3.4.2 3,139 11/26/2021
3.4.1 2,441 11/26/2021
3.4.0 2,473 11/26/2021
3.3.3 1,425 11/23/2021
3.3.2 1,295 11/21/2021
3.3.1 1,472 11/21/2021
3.3.0 1,748 11/19/2021
3.2.0 2,533 11/9/2021
3.1.7 3,671 10/20/2021
3.1.6 1,634 10/15/2021
3.1.5 958 10/15/2021
3.1.4 2,548 10/13/2021
3.1.2 1,681 10/12/2021
3.1.1 3,477 9/23/2021
3.1.0 2,199 9/21/2021
3.0.4 1,450 9/15/2021
3.0.3 3,565 9/13/2021
3.0.2 3,947 8/25/2021
3.0.1 876 8/25/2021
3.0.1-pre 1,747 8/8/2021
3.0.0 2,086 8/24/2021
3.0.0-pre 446 8/5/2021
2.4.9 2,047 7/18/2021
2.4.8 1,872 7/17/2021
2.4.7 1,017 7/15/2021
2.4.6 1,478 7/11/2021
2.4.5 2,554 7/7/2021
2.4.4 964 7/6/2021
2.4.3 965 7/5/2021
2.4.2 982 7/4/2021
2.4.1 1,014 7/3/2021
2.4.0 989 7/3/2021
2.3.9-pre 412 6/1/2021
2.3.9-dev 402 7/2/2021
2.3.8 1,475 5/30/2021
2.3.7 1,026 5/30/2021
2.3.6 1,020 5/30/2021
2.3.5 978 5/29/2021
2.3.5-dev 393 5/29/2021
2.3.4 938 5/28/2021
2.3.3 876 5/28/2021
2.3.1 927 5/27/2021