| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | |||||