diff --git a/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml b/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml index 9366cf1f7..d6f7e78c1 100644 --- a/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml +++ b/src/Discord.Net.WebSocket/Discord.Net.WebSocket.xml @@ -3574,6 +3574,33 @@ A task that represents the asynchronous creation operation. The task result contains the created sticker. + + + Creates a new sticker in this guild + + The name of the sticker. + The description of the sticker. + The tags of the sticker. + The path of the file to upload. + The options to be used when sending the request. + + A task that represents the asynchronous creation operation. The task result contains the created sticker. + + + + + Creates a new sticker in this guild + + The name of the sticker. + The description of the sticker. + The tags of the sticker. + The stream containing the file data. + The name of the file with the extension, ex: image.png + The options to be used when sending the request. + + A task that represents the asynchronous creation operation. The task result contains the created sticker. + + Deletes a sticker within this guild. @@ -3751,6 +3778,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Represents a Websocket-based slash command received over the gateway.