quin lynch
7a276fb7d8
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into merger-labs
4 years ago
quin lynch
a92c6eab86
Update Discord.Net.sln
4 years ago
quin lynch
0bff21ffc1
Remove references to labs
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
6562f3dcbb
Merge branch 'refactor/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into merger-labs
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
c37cfa92d0
Merge branch 'refactor/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into merger-labs
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
quin lynch
9ade7e5833
Add missing endregion
4 years ago
quin lynch
6d5f0cb43c
Merge branch 'refactor/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into merger-labs
4 years ago
quin lynch
17e04a1bb0
Update gateway privilege intent summary
4 years ago
quin lynch
dcf9aa0c96
Remove reference to labs
4 years ago
quin lynch
e1abc1bca1
Update ratelimits.md
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
6719d141f7
Remove funding and revert readme to DNET
4 years ago
quin lynch
1d16c2da86
Fix Color tests for out of range exception.
Fix GuildPermission PrivateThreads
4 years ago
quin lynch
6484dba5ae
Merge branch 'dev' of https://github.com/Discord-Net/Discord.Net into merger-labs
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
quin lynch
118de5dd1d
Add Hierarchy to RestGuildUser
4 years ago
Simon Hjorthøj
881bd51bfc
I've added a link to Bulk overwrite of global slash commands for when it gets commited ( #145 )
* I've added a link to Bulk overwrite of global slash commands for when it gets commited
* Fix link for 3.x
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
4 years ago