Update interaction summaries (#2099)
* init * Update RestMessageComponentData.cs * Update src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> * Update src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
This commit is contained in:
@@ -50,12 +50,12 @@ namespace Discord
|
||||
IUser User { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The preferred locale of the invoking User.
|
||||
/// Gets the preferred locale of the invoking User.
|
||||
/// </summary>
|
||||
string UserLocale { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The preferred locale of the guild this interaction was executed in. <see cref="null"/> if not executed in a guild.
|
||||
/// Gets the preferred locale of the guild this interaction was executed in. <see cref="null"/> if not executed in a guild.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Non-community guilds (With no locale setting available) will have en-US as the default value sent by Discord.
|
||||
|
||||
Reference in New Issue
Block a user