Simon Hjorthøj
dba39621cd
Inlined variable declarations ( #185 )
4 years ago
Simon Hjorthøj
d897ba1839
Remove unnecessary suppression ( #188 )
4 years ago
Simon Hjorthøj
ab8e56634b
Use compound assignment ( #186 )
* Used compound assignment
* -||-
* -||-
4 years ago
MrCakeSlayer
ad78542f97
Fix thread permissions ( #183 )
* Update GuildPermissionsTests.cs
* Update GuildPermissions.cs
4 years ago
Simon Hjorthøj
cfac5d53d9
Embeds array for send message async ( #181 )
* meta: bump version
* meta: bump vers
* Fix sticker args
* Grammer fix (#179 )
* Added embeds for SendMessageAsync
* [JsonProperty("embed")] forgot to remove this
public Optional<Embed> Embed { get; set; }
* It has been done as requested.
* Changed the old way of handeling single embeds
* Moved embeds param and added options param
* xmls
Co-authored-by: quin lynch <lynchquin@gmail.com>
4 years ago
quin lynch
d0738d67a1
Made IVoiceChannel mentionable
4 years ago
Simon Hjorthøj
7e53fe55dd
Grammer fix ( #179 )
4 years ago
quin lynch
fa851fb6e6
Fix sticker args
4 years ago
quin lynch
091e7e2479
meta: bump vers
4 years ago
quin lynch
9c9b7fb2c0
meta: bump version
4 years ago
quin lynch
6a6644048a
Merge branch 'refactor/3.x' into release/3.x
4 years ago
quin lynch
884c15c524
meta: xml. closes #171
4 years ago
quin lynch
016c1dc80a
Squashed commit of the following:
commit dca41a348e
Author: quin lynch <lynchquin@gmail.com>
Date: Thu Sep 23 07:02:19 2021 -0300
Autocomplete commands
4 years ago
drobbins329
5987af766a
Added SendMessagesInThreads and StartEmbeddedActivities. ( #175 )
* Added SendMessagesInThreads and StartEmbeddedActivities.
Adjusted owner perms.
Change UsePublicThreads -> CreatePublicThreads
Change UsePrivateThreads -> CreatePrivateThreads
* removed extra ///
* Added UsePublicThreads and UsePrivateThreads back with Obsolete Attribute
* removed 'false' from Obsolete Attribute
4 years ago
Simon Hjorthøj
3b99ce5191
Discord.net.core.xml fix ( #178 )
* Changed Label to Description
* Added Discord- .MessageComponent .ISticker[]
,Discord.MessageComponent,Discord.ISticker[] to ReplyAsync
4 years ago
Simon Hjorthøj
77b8e78de4
More regions ( #177 )
* Preconditions
* ChannelHelper
* RestDMChannel
* RestGroupChannel
* RestBan
* RestGroupUser
* EntityExtensions
* DiscordSocketClient
* DiscordSocketClient
4 years ago
Simon Hjorthøj
96af3cc937
Null or empty fix ( #176 )
* Add components and stickers to ReplyAsync extension
* Fixed null or empty
* Changed Label to Description
* -||-
Co-authored-by: quin lynch <lynchquin@gmail.com>
4 years ago
quin lynch
d85c5e395f
meta: bump version
4 years ago
d4n3436
0dc74f999d
Fix methods that modifies messages to allow modifying only the components ( #170 )
4 years ago
quin lynch
b88525aa98
Add components and stickers to ReplyAsync extension
4 years ago
quin lynch
2ca6881cc3
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
683d3027ec
meta: bump version
4 years ago
Simon Hjorthøj
4c2d684d84
Regions discord.net.websocket ( #169 )
* BaseSocketClient
* BaseSocketClient.Events
* DiscordShardedClient
* DiscordShardedClient.Events
* DiscordVoiceAPIClient
* SocketGroupUser
* DiscordSocketApiClient
* DiscordSocketClient
* DiscordSocketClient.Events
* -||-
* SocketGuildUser
* SocketWebhookUser
* SocketCustomSticker
* SocketRole
* SocketMessage
* SocketSlashCommandDataOption
* SocketInteraction
* SocketApplicationCommand
* DiscordSocketClient
* SocketApplicationCommand
* SocketCategoryChannel
* SocketChannel
* SocketDMChannel
* SocketGroupChannel
* SocketGuildChannel
* SocketTextChannel
* SocketVoiceChannel
* SocketGuild
* ShardedCommandContext
* SocketCommandContext
4 years ago
quin lynch
eb42e04386
Merge branch 'refactor/3.x' into release/3.x
4 years ago
quin lynch
bbf9a7af0f
deprecated always ack, fixed methods naming conventions to use async
4 years ago
quin lynch
a98417e177
Update Discord.Net.Commands.xml
4 years ago
Simon Hjorthøj
867380439b
Regions discord.net.rest ( #168 )
* BaseDiscordClient
* ClientHelper
* DiscordRestApiClient
* DiscordRestClient
* DiscordContractResolver
* RestGuildUser
* RestUser
* RestWebhookUser
* RestWebhook
* RestRole
* RoleHelper
* RestApplicationCommandOption
* InteractionHelper
* GuildHelper
* RestGuild
4 years ago
Simon Hjorthøj
97e9a4fc81
Regions discord.net.commands ( #167 )
* RestGuildChannel regions
* RestChannel
* RestTextChannel
* RestCategoryChannel
* RestVoiceChannel
* RestTextChannel
* CommandService
* ModuleBase
* CommandBuilder
* ModuleBuilder
* ParameterBuilder
4 years ago
Simon Hjorthøj
535df43677
More argument corrections ( #166 )
* Changed and corrected the MaxCustomIdLength to MaxSelectValueLength
* Added more error messages for users.
* added <exception> too
* corrected MaxLabelLength to MaxButtonLabelLength
* Added more detailed error messages
4 years ago
Simon Hjorthøj
0d811601b7
Added warning for Select Menu duplicates values ( #163 )
Added a warning if it happens that the Select Menu if there is duplicates values
4 years ago
Simon Hjorthøj
75179e2b26
Fixed Placement of Obsolete ( #164 )
Missing XML comment for publicly visible type or member 'InteractionResponseType.Acknowledge'
4 years ago
Simon Hjorthøj
6ab38537fe
Move and disconnect ( #165 )
* Changed comments to regions
* More regions
* regions
* Added DisconnectAsync and MoveAsync
4 years ago
quin lynch
428e8f57ab
Remove unused model
4 years ago
quin lynch
057ad644ed
Fix CDN format for sticker
4 years ago
quin lynch
895ce0a9f2
Add sticker param to send message functions
4 years ago
quin lynch
3cd351f2bf
Create stage channels
4 years ago
MysticalSoul
e9df201598
Fixed minor typo in summary ( #161 )
4 years ago
MrCakeSlayer
f880bbb7ef
Add punctuation to sponsor note. ( #162 )
4 years ago
quin lynch
0ca6f506a8
Update refs to selects
4 years ago
quin lynch
97d3b0ee63
Renamed SelectMenu to SelectMenuComponent
4 years ago
quin lynch
72b0c7bbe2
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
436cbae817
Remove obsolete method from interaction base
4 years ago
MrCakeSlayer
15a8cf879a
Add note about global commands taking up to an hour to apply to docs ( #160 )
4 years ago
Quin Lynch
7d8508d42e
Update README.md
4 years ago
Cenk Ergen
d6c62335ed
added deafult permission option to context commands ( #155 )
4 years ago
Simon Hjorthøj
8f6173e713
Agument error corrections ( #149 )
* Changed arguments to use the variables for errors
* Changed name to description on error ArgumentException
* Added value?.Length < 1 for Name and Description
* Removed old note and added a paragraph
* change para to <note type="warning"> for Value
4 years ago
quin lynch
8db4f1e236
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
cf08976e10
Fix #147
4 years ago
Quin Lynch
7de4ba07f3
Update README.md
4 years ago
quin lynch
69797dd5fe
meta: bump version
4 years ago