@@ -3271,16 +3271,16 @@
voice regions the guild can access.
voice regions the guild can access.
</returns>
</returns>
</member>
</member>
<member name="M:Discord.WebSocket.SocketGuild.DeleteSlash CommandsAsync(Discord.RequestOptions)">
<member name="M:Discord.WebSocket.SocketGuild.DeleteApplication CommandsAsync(Discord.RequestOptions)">
<summary>
<summary>
Deletes all slash commands in the current guild.
Deletes all application commands in the current guild.
</summary>
</summary>
<param name="options">The options to be used when sending the request.</param>
<param name="options">The options to be used when sending the request.</param>
<returns>
<returns>
A task that represents the asynchronous delete operation.
A task that represents the asynchronous delete operation.
</returns>
</returns>
</member>
</member>
<member name="M:Discord.WebSocket.SocketGuild.GetSlash CommandsAsync(Discord.RequestOptions)">
<member name="M:Discord.WebSocket.SocketGuild.GetApplication CommandsAsync(Discord.RequestOptions)">
<summary>
<summary>
Gets a collection of slash commands created by the current user in this guild.
Gets a collection of slash commands created by the current user in this guild.
</summary>
</summary>
@@ -3290,17 +3290,6 @@
slash commands created by the current user.
slash commands created by the current user.
</returns>
</returns>
</member>
</member>
<member name="M:Discord.WebSocket.SocketGuild.GetSlashCommandAsync(System.UInt64,Discord.RequestOptions)">
<summary>
Gets a slash command in the current guild.
</summary>
<param name="id">The unique identifier of the slash command.</param>
<param name="options">The options to be used when sending the request.</param>
<returns>
A task that represents the asynchronous get operation. The task result contains a
slash command created by the current user.
</returns>
</member>
<member name="M:Discord.WebSocket.SocketGuild.GetInvitesAsync(Discord.RequestOptions)">
<member name="M:Discord.WebSocket.SocketGuild.GetInvitesAsync(Discord.RequestOptions)">
<summary>
<summary>
Gets a collection of all invites in this guild.
Gets a collection of all invites in this guild.
@@ -3439,16 +3428,6 @@
of webhooks found within the guild.
of webhooks found within the guild.
</returns>
</returns>
</member>
</member>
<member name="M:Discord.WebSocket.SocketGuild.GetApplicationCommandsAsync(Discord.RequestOptions)">
<summary>
Gets this guilds slash commands commands
</summary>
<param name="options">The options to be used when sending the request.</param>
<returns>
A task that represents the asynchronous get operation. The task result contains a read-only collection
of application commands found within the guild.
</returns>
</member>
<member name="M:Discord.WebSocket.SocketGuild.GetEmotesAsync(Discord.RequestOptions)">
<member name="M:Discord.WebSocket.SocketGuild.GetEmotesAsync(Discord.RequestOptions)">
<inheritdoc />
<inheritdoc />
</member>
</member>
@@ -3672,7 +3651,7 @@
</member>
</member>
<member name="P:Discord.WebSocket.SocketUserCommandData.Member">
<member name="P:Discord.WebSocket.SocketUserCommandData.Member">
<summary>
<summary>
The user used to run the command
Gets the user who this command targets.
</summary>
</summary>
</member>
</member>
<member name="P:Discord.WebSocket.SocketUserCommandData.Options">
<member name="P:Discord.WebSocket.SocketUserCommandData.Options">