| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update thread permissions | James Gayfer | 2021-08-26 | 1 | -4/+2 |
| | | | | | | | | Discord has renamed / repurposed "Use Public Threads" and "Use Private Threads", as well as added a new permission "Send Messages in Threads". For more information, see: https://github.com/discord/discord-api-docs/pull/3672 | ||||
| * | Add support for invitable thread option | Josh | 2021-08-26 | 1 | -0/+11 |
| | | |||||
| * | Remove in-place edits and return fresh instances instead | Rapptz | 2021-08-23 | 1 | -2/+9 |
| | | | | | Fixes #4098 | ||||
| * | Fix missing typehint that causes an error for a type checker | Stocker | 2021-08-19 | 1 | -1/+2 |
| | | |||||
| * | Add Thread.members and Thread.fetch_members | Rapptz | 2021-08-18 | 1 | -0/+32 |
| | | |||||
| * | Update description of auto_archive_duration kwarg of Thread.edit | Willy | 2021-07-31 | 1 | -1/+1 |
| | | |||||
| * | Add Thread.category | Arthur | 2021-07-30 | 1 | -1/+21 |
| | | |||||
| * | Set Thread.member/message_count | Nadir Chowdhury | 2021-07-28 | 1 | -0/+2 |
| | | |||||
| * | Fix Thread.slowmode_delay not updating | z03h | 2021-07-21 | 1 | -0/+2 |
| | | |||||
| * | Fix type annotations for purge's limit param on Thread/TextChannel | Steve C | 2021-07-21 | 1 | -1/+1 |
| | | | | Optional was missing. | ||||
| * | [commands] Fix (Partial)MessageConverter to work with thread messages | Nadir Chowdhury | 2021-07-10 | 1 | -1/+26 |
| | | |||||
| * | Fix Client.fetch_channel not returning Thread | Alex Nørgaard | 2021-07-03 | 1 | -2/+2 |
| | | |||||
| * | Add Thread.is_nsfw | Alex Nørgaard | 2021-07-03 | 1 | -0/+9 |
| | | |||||
| * | Add Thread.mention | Rapptz | 2021-07-01 | 1 | -0/+5 |
| | | |||||
| * | Add type property to thread channels | Alex Liu | 2021-07-01 | 1 | -0/+4 |
| | | |||||
| * | Fix typing linting error in threads | Rapptz | 2021-06-29 | 1 | -1/+1 |
| | | |||||
| * | Add category_id shortcut to Thread | Lilly Rose Berner | 2021-06-09 | 1 | -0/+20 |
| | | |||||
| * | Add __str__ method to Thread | Lilly Rose Berner | 2021-06-09 | 1 | -0/+3 |
| | | |||||
| * | Add Thread.permissions_for helper functionfeature/threads | Rapptz | 2021-06-08 | 1 | -2/+36 |
| | | |||||
| * | Add message purging functions to Thread | Rapptz | 2021-06-08 | 1 | -3/+175 |
| | | |||||
| * | Parse remaining thread events. | Rapptz | 2021-06-08 | 1 | -0/+2 |
| | | |||||
| * | Add ThreadMember.thread | Rapptz | 2021-06-08 | 1 | -0/+5 |
| | | |||||
| * | Clarify actions that require manage_threads permission | Rapptz | 2021-06-08 | 1 | -6/+33 |
| | | |||||
| * | Add __repr__ for the thread classes | Rapptz | 2021-06-08 | 1 | -0/+9 |
| | | |||||
| * | Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE | Rapptz | 2021-06-08 | 1 | -1/+7 |
| | | | | | There's no dispatch for these yet | ||||
| * | Replace Ellipsis with utils.MISSING | Rapptz | 2021-06-08 | 1 | -11/+12 |
| | | |||||
| * | Fix partial thread members | Rapptz | 2021-06-08 | 1 | -6/+18 |
| | | |||||
| * | Add Thread.is_news() | Rapptz | 2021-06-08 | 1 | -0/+4 |
| | | |||||
| * | Update thread typings and payloads to match documentation | Rapptz | 2021-06-08 | 1 | -2/+12 |
| | | |||||
| * | Implement remaining HTTP endpoints on threads | Rapptz | 2021-06-08 | 1 | -1/+138 |
| | | | | | | I'm not sure if I missed any -- but this is the entire documented set so far. | ||||
| * | First pass at preliminary thread support | Rapptz | 2021-06-08 | 1 | -0/+244 |
| This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints. | |||||