aboutsummaryrefslogtreecommitdiff
path: root/discord/threads.py
Commit message (Collapse)AuthorAgeFilesLines
* Add category_id shortcut to ThreadLilly Rose Berner2021-06-091-0/+20
|
* Add __str__ method to ThreadLilly Rose Berner2021-06-091-0/+3
|
* Add Thread.permissions_for helper functionfeature/threadsRapptz2021-06-081-2/+36
|
* Add message purging functions to ThreadRapptz2021-06-081-3/+175
|
* Parse remaining thread events.Rapptz2021-06-081-0/+2
|
* Add ThreadMember.threadRapptz2021-06-081-0/+5
|
* Clarify actions that require manage_threads permissionRapptz2021-06-081-6/+33
|
* Add __repr__ for the thread classesRapptz2021-06-081-0/+9
|
* Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATERapptz2021-06-081-1/+7
| | | | There's no dispatch for these yet
* Replace Ellipsis with utils.MISSINGRapptz2021-06-081-11/+12
|
* Fix partial thread membersRapptz2021-06-081-6/+18
|
* Add Thread.is_news()Rapptz2021-06-081-0/+4
|
* Update thread typings and payloads to match documentationRapptz2021-06-081-2/+12
|
* Implement remaining HTTP endpoints on threadsRapptz2021-06-081-1/+138
| | | | | I'm not sure if I missed any -- but this is the entire documented set so far.
* First pass at preliminary thread supportRapptz2021-06-081-0/+244
This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints.