Fix: Don't depend on WebSocket for Interaction service (#2912)

* unfuck interaction service to not depend on WS

* Add XML docs

* fix summary refs
This commit is contained in:
Quin Lynch
2024-04-16 00:57:10 -03:00
committed by GitHub
parent 13ea5664e1
commit a2f624e6de
11 changed files with 63 additions and 42 deletions

View File

@@ -49,7 +49,7 @@ namespace Discord.Interactions
public int? MaxLength { get; }
/// <summary>
/// Gets the <see cref="TypeConverter{T}"/> that will be used to convert the incoming <see cref="Discord.WebSocket.SocketSlashCommandDataOption"/> into
/// Gets the <see cref="TypeConverter{T}"/> that will be used to convert the incoming <see cref="Discord.IDiscordInteractionData"/> into
/// <see cref="CommandParameterInfo.ParameterType"/>.
/// </summary>
public TypeConverter TypeConverter { get; }