quin lynch
ebc367446c
Rename Default, Required, and Autocomplete to IsDefault, IsRequired, and IsAutocomplete in ApplicationCommandOptionProperties
4 years ago
quin lynch
d374042321
update ApplicationCommandOptionChoiceProperties summaries
4 years ago
quin lynch
68126f2c1a
rename DefaultPermission to IsDefaultPermission in ApplicationCommandProperties
4 years ago
quin lynch
35fe57bbfa
Update ApplicationCommandType summaries
4 years ago
quin lynch
7255fd5bfe
Update IApplicationCommand summaries
4 years ago
quin lynch
8178188bc3
Update IApplicationCommandInteractionData summaries
4 years ago
quin lynch
2e9e7bf6d9
Update IApplicationCommandInteractionDataOption summaries
4 years ago
quin lynch
e4842b8398
Update IApplicationCommandOption summaries
4 years ago
quin lynch
e8edd2a450
Fix summary in IApplicationCommandOptionChoice
4 years ago
quin lynch
c44d7405c0
Add missing periods to InteractionResponseType
4 years ago
quin lynch
6aa1014095
fully qualify internal for UrlValidation and add indent to summary
4 years ago
quin lynch
19d1c41056
Fix different rest channels not deserializing properly
4 years ago
quin lynch
622d3523ea
Update RestChannel for new channel types
4 years ago
quin lynch
67a87255ae
Fix ToEntity for roletags incorrectly using IsPremiumSubscriber
4 years ago
quin lynch
97348298d4
Remove unnecessary json serializer field
4 years ago
quin lynch
4e75dfbc21
Add indent to summaries
4 years ago
quin lynch
08af731509
Remove newline
4 years ago
quin lynch
18856a3d8f
Rename Live and DiscoverableDisabled to IsDiscoverableDisabled and IsLive in IStageChannel
4 years ago
quin lynch
a4bfe6e411
Renamed Joined, Archived, and Locked to HasJoined, IsArchived, and IsLocked
4 years ago
quin lynch
b3c503b3dd
Remove extra white spaces
4 years ago
quin lynch
596ac746b6
Rename Default and Required to IsDefault and IsRequired in IApplicationCommandOption. Rename DefaultPermission to IsDefaultPermission in IApplicationCommand
4 years ago
quin lynch
c0fb006705
Rename Default to IsDefault and Required to IsRequired in IApplicationCommandOption
4 years ago
quin lynch
4f6b1ca633
Rename DefaultPermission to IsDefaultPermission
4 years ago
quin lynch
a4edfbafc9
Add summary indent to SocketInvite
4 years ago
quin lynch
7ae1ba6a31
Add summary indent for role members
4 years ago
quin lynch
2f19d575b8
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
96b816e256
Rename Available to IsAvailable in stickers
4 years ago
quin lynch
fbf2bb9d8e
Rename Available sticker field to IsAvailable
4 years ago
quin lynch
baca5f8079
Remove useless log
4 years ago
Quin Lynch
0f681ca172
Remove Console.WriteLine
4 years ago
quin lynch
3cd842b76b
Remove console writeline
4 years ago
quin lynch
135495436c
Remove XML files and use original pipeline format
4 years ago
quin lynch
87af1212c4
meta: add net5 framework
Co-Authored-By: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
4 years ago
quin lynch
169010e32a
Fix 429's not being accounted for in ratelimit updates
4 years ago
quin lynch
a8619ec1ff
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
447ab1ee1e
Fix NRE in modify guild channel
4 years ago
d4n3436
190e9eb02d
Remove file extension check ( #218 )
4 years ago
quin lynch
b828dd6866
Fix system messages not including mentioned users. Added ContextMenuCommand message type
4 years ago
quin lynch
6112bc2677
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
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
dc7e02fe1d
Followup with file async warnings ( #216 )
* Changed from NotNullOrWhitespace to NotNullOrEmpty
* Added NotNullOrEmpty on filename
* Added system to interpret from the path
* Added a check for if it contains a period
* It has been done, how ever it will break stuff
* Changed to use ??= how ever still added error check
* Added space under check
* Changed from with a period to valid file extension
* Added checks for SendFileAsync
* Removed filename != null &&
4 years ago
quin lynch
5b9203f4e0
Remove null collections
4 years ago
Simon Hjorthøj
90986e991d
Spelling corrections ( #215 )
4 years ago
marens101
34748c86c5
Add event for autocomplete interaction ( #214 )
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