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
quin lynch
cdbebb4447
Fix exposed optional
4 years ago
quin lynch
4b1f875f43
Fix sub commands being interpreted as a parameter for autocomplete
4 years ago
quin lynch
efc4cb4459
Fix #208
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
78879da5c1
Remove useless GuildId property
4 years ago
quin lynch
ddf7624d08
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
f63e2dda54
Fix Type not being set in SocketApplicationCommand
4 years ago
Simon Hjorthøj
d5805a09a3
Removed style of the nuget badge and added logo ( #201 )
The style was not properly added to it and the plastic version does not look good with the discord badge.
I thought it would look better with a logo
4 years ago
Quin Lynch
9c914419ab
Removed versions from project files
4 years ago
Quin Lynch
c28ceeb986
Update deploy.yml
4 years ago
Quin Lynch
3babf8f31e
Remove version tag from proj
4 years ago
Quin Lynch
e452a88b67
Update deploy.yml
4 years ago
Quin Lynch
a4550c82c7
Update azure-pipelines.yml
4 years ago
Simon Hjorthøj
94ff2e69ed
Added restriction for description not being null ( #200 )
4 years ago
Simon Hjorthøj
d21d83b772
Channel endpoints requirements correction ( #199 )
* Added some requirements to channels for topic
* Changed check from NotNullOrEmpty to NotNullOrEmpty
* Added some requirements to channels for name
Preconditions.LessThan
* Formatting of file
4 years ago
Will
7cabcc787a
Changed minimum slash command name length to 1 per Discord API docs ( #198 )
4 years ago
Simon Hjorthøj
afcd179d69
Consistency for embeds endpoints ( #197 )
* Changed the way of handling prepending of embeds.
For consistency.
* reformatted the summary
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
Quin Lynch
3ba69169e3
Update azure-pipelines.yml
4 years ago
Quin Lynch
b1e9c73d88
Update azure-pipelines.yml
4 years ago
Quin Lynch
bdcc508c3b
Update azure-pipelines.yml
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
788d654215
Fixed-compiler-error ( #194 )
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
ad34d8b7b1
Capitlazation fixes ( #192 )
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
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