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
quin lynch
7efb6eede4
Add different events for different interaction types
4 years ago
quin lynch
858f393c20
Add sharded events
4 years ago
quin lynch
f6708f9a58
Add missing docs
4 years ago
quin lynch
efa58598ba
Merge branch 'feature/context_commands' into release/3.x
4 years ago
quin lynch
e9b807a0dd
Fix #115 . Added 2 more methods to upload stickers via filepath or stream
4 years ago
quin lynch
39fa586b59
Stickers pt3
4 years ago
quin lynch
9b5a5e498c
Stickers pt2
4 years ago
quin lynch
ba69f15c9e
Stickers pt1
4 years ago
quin lynch
6c918e6186
Merge branch 'release/3.x' into feature/stickers-expansion
4 years ago
quin lynch
f5d064dfc3
Add more routes to guilds and clients.
4 years ago
quin lynch
8b5d5724c9
Fix some bugs
4 years ago
quin lynch
0e0065d4e2
Merge branch 'release/3.x' into feature/context_commands
4 years ago