quin lynch
a20b2b6ee7
Stage instance audit logs as well as thread audit log type
4 years ago
CottageDwellingCat
3559c277fe
Add channel types in application command options. ( #217 )
* add channel types in application command options
* Indent Docs
4 years ago
Simon Hjorthøj
90986e991d
Spelling corrections ( #215 )
4 years ago
Emily
c073db1cec
Clean Content Expanded ( #212 )
* Implement CleanContent In IMessage & RestMessage
* Update Spelling and Documentation
* Add SanatizeMessage to MessageHelper and Refactor Rest and Socket Message
4 years ago
Emily
2cf9896f78
Added Clean Content Function ( #174 )
* Added Clean Content Function
* Fixed Spelling problems and bad var handling
* Add StripMarkDown Method
4 years ago
Will
42b693c8eb
Add Icons to IRole ( #204 )
* Added icon field to IRole
* Added GetGuildRoleIconUrl()
4 years ago
MrCakeSlayer
9b7e3da745
Add competing activity status type ( #205 )
* Update GuildPermissionsTests.cs
* Update GuildPermissions.cs
* Add competing status type
4 years ago
CottageDwellingCat
7de13bb272
Support the discord:// protocol in buttons ( #207 )
* Update UrlValidation.cs
* Update ComponentBuilder.cs
* Add docs and better error messages.
* Fix wonky intentation
4 years ago
quin lynch
3fda003120
Fix duplicate autocomplete
4 years ago
Eugene Garbuzov
e7cec9588a
Added autocomplete in SlashCommandOptionBuilder. ( #206 )
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
4 years ago
quin lynch
cd87664d71
Add Autocomplete to SlashCommandOptionBuilder
4 years ago
quin lynch
7079749ae9
meta: update XML
4 years ago
Quin Lynch
3babf8f31e
Remove version tag from proj
4 years ago
Simon Hjorthøj
94ff2e69ed
Added restriction for description not being null ( #200 )
4 years ago
d4n3436
bc8c960e5a
Add support for sending files with multiple embeds ( #196 )
* Add support for sending files with multiple embeds
* Simplify prepending single embed to embed array
4 years ago
quin lynch
98845b96fa
Add support for long in autocomplete option
4 years ago
drobbins329
6457add1b1
Submitting updates to include new permissions. ( #195 )
* Submitting updates to include new permissions.
* Make old permissions obsolete and update tests
Co-authored-by: quin lynch <lynchquin@gmail.com>
4 years ago
Simon Hjorthøj
a4c024aa13
Use 'switch' expression ( #187 )
* Use 'switch' expression
* Reverted it to the old switch case
4 years ago
Simon Hjorthøj
0136decceb
Removed-this. ( #191 )
4 years ago
Simon Hjorthøj
a8ffa5d02c
Conditional-expression-simplification ( #193 )
4 years ago
Simon Hjorthøj
0b47c71815
Object initialization can be simplified fixed ( #189 )
4 years ago
Simon Hjorthøj
c997ac2779
Fixed some warnings ( #184 )
* Fixed some warnings
* Another fixed warning
* Changed the SSendFileAsync to SendFileAsync
* Removed para AlwaysAcknowledgeInteractions
* Moved it back to the previous version
* Added periods to the end like quin requested!! :((
Co-authored-by: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
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
quin lynch
9c9b7fb2c0
meta: bump version
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
683d3027ec
meta: bump version
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
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
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
quin lynch
97d3b0ee63
Renamed SelectMenu to SelectMenuComponent
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
69797dd5fe
meta: bump version
4 years ago
quin lynch
118de5dd1d
Add Hierarchy to RestGuildUser
4 years ago
Simon Hjorthøj
7e36fbc7c1
Whoops missed a few ( #142 )
4 years ago
quin lynch
6d75fc4768
Add docs for ratelimits and fix grammer
4 years ago