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
Simon Hjorthøj
f1a7ee843e
Created 08-bulk-overwrite-of-global-slash-commands.md ( #138 )
* Create Create 08-bulk-overwrite-of-global-slash-commands.md
Just added what i was trying to figure out it might help others that are looking for an example.
* added a little comment
* Removed create from file name
4 years ago
Adam Gauthier
d7937f2df0
Cache unknown thread channel on THREAD_UPDATE ( #136 )
In the case where a thread is archived upon login, the thread channel is
not cached by the client. When the thread channel is unarchived, the
library simply outputs an unknown channel warning. When messages are
sent in the unarchived thread, the library won't have it cached and
will only output warnings.
This change makes it so the channel is cached when unarchived and
ThreadUpdated is invoked with an non specified "before" parameter. From
that point, the channel will be available for future events.
4 years ago
Simon Hjorthøj
7e36fbc7c1
Whoops missed a few ( #142 )
4 years ago
IS4
6e0329a02d
Property name: auto_archive_duration ( #137 )
According to [Discord Developer Portal](https://discord.com/developers/docs/resources/channel#start-thread-with-message ), the property should be named `auto_archive_duration`, not just `duration`.
4 years ago
Simon Hjorthøj
608e66836b
Changed the copy right year from 2019 to 2021 ( #139 )
4 years ago
quin lynch
6d75fc4768
Add docs for ratelimits and fix grammer
4 years ago
quin lynch
774e9d3c64
Merge branch 'feature/ratelimit-callbacks' into release/3.x
4 years ago
quin lynch
d6a7a61c61
Added ratelimit callback to RequestOptions
4 years ago
František Boháček
747836d188
Fix validation of arguments for modifying guild permissions of application command ( #120 )
Resolves #114
4 years ago
František Boháček
d8b2cbdd6c
Fix modifying application command by generic ModifyAsync ( #121 )
* Fix Modify calls of application commands
* Fix modification of guild command to use optional name value
* Fix RestApplicationCommand update to set type correctly
* Add non generic ModifyAsync for application commands to determine type correctly
4 years ago
Quin Lynch
c21a189fbf
Create FUNDING.yml
4 years ago
Quin Lynch
ef7fc382da
Update 01-getting-started.md
4 years ago
Quin Lynch
1f57f62c47
Update README.md
4 years ago
quin lynch
df04c50092
QOL for emotes/emoji
4 years ago
quin lynch
1a2e8432fb
Fix some inconsistency with docs
4 years ago
quin lynch
4efc907bf2
Add component docs and few SOL changes to components
4 years ago
quin lynch
fd9d3c8f76
Fix removing components when using ModifyAsync on a message
4 years ago
quin lynch
8042ff539d
Fix interface impl
4 years ago
quin lynch
2339501572
Add custom id to IMessageComponent
4 years ago
quin lynch
201cff7bff
Merge branch 'release/3.x' of https://github.com/Discord-Net-Labs/Discord.Net-Labs into release/3.x
4 years ago
quin lynch
bc0ff3f282
Fix UpdateAsync with null components doesnt clear components
4 years ago
exsersewo
562e509f57
Allow file uploading on followup ( #131 )
4 years ago
drobbins329
a3b2573944
Fix Guild Owner and Admin GuildPermissions.All ( #132 )
* Fix Guild Owner and Admin GuildPermissions.All
added bits for new permissions
* added _ spacing back
4 years ago
quin lynch
0fa7bf8ff3
Fix NRE in RestGuild
4 years ago
CottageDwellingCat
755f3c05c1
Fix ephemeral command differs ( #128 )
4 years ago
d4n3436
eb271a9ccc
Fix nullref in thread_update event ( #125 )
4 years ago
quin lynch
612b12dd0b
meta: bump version
4 years ago
quin lynch
fb101cdc88
meta: docs
4 years ago
quin lynch
87350f8f0b
Add methods to create builders from messages
4 years ago
quin lynch
6aaaf681b0
Fix immutabe builders and bump versions
4 years ago
quin lynch
605b074e9d
Fix NRE of description check for user/message commands
4 years ago
quin lynch
e489a8004d
Fix KeyNotFoundException for stickers in messages
4 years ago
quin lynch
0752a2af5f
Fix #109
4 years ago
quin lynch
65a3245c83
Fix NRE with default stickers
4 years ago
quin lynch
67cb80e184
Change default user agent
4 years ago
quin lynch
c7fab6fd0f
meta: bump versions
4 years ago
quin lynch
db9dcdb237
Fix some function names
4 years ago