index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
state.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow pins events to work with threads
Rapptz
2021-06-08
1
-1
/
+1
*
Don't dispatch thread_join on extraneous THREAD_CREATE dispatches
Rapptz
2021-06-08
1
-2
/
+4
*
Parse remaining thread events.
Rapptz
2021-06-08
1
-5
/
+50
*
Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE
Rapptz
2021-06-08
1
-3
/
+46
*
Allow Message.channel to be a thread
Rapptz
2021-06-08
1
-2
/
+2
*
First pass at preliminary thread support
Rapptz
2021-06-08
1
-1
/
+40
*
Add support for integration create/update/delete events
Nadir Chowdhury
2021-06-07
1
-0
/
+30
*
Add Client.persistent_views to get all persistent views
Rapptz
2021-05-31
1
-0
/
+4
*
Remove view syncing before editing in views
Rapptz
2021-05-31
1
-0
/
+3
*
Implement StageInstance
Nadir Chowdhury
2021-05-30
1
-0
/
+35
*
Add support for select components
Rapptz
2021-05-28
1
-1
/
+1
*
Add initial support for buttons and components
Rapptz
2021-05-27
1
-0
/
+13
*
Add support for ApplicationFlags
Nadir Chowdhury
2021-04-18
1
-1
/
+3
*
Fix guild.chunk() not working on evicted guilds
Steve C
2021-04-14
1
-0
/
+3
*
Remove fetch_offline_members param for Client
apple502j
2021-04-14
1
-9
/
+1
*
Remove support for guild subscriptions
apple502j
2021-04-14
1
-1
/
+0
*
Remove superfluous unused payload parameter
Rapptz
2021-04-11
1
-1
/
+1
*
Create temporary DMChannels from message create events
Rapptz
2021-04-11
1
-3
/
+3
*
Remove `private_channel_(delete/create)` events
Nadir Chowdhury
2021-04-11
1
-22
/
+8
*
Remove Member related handling in PRESENCE_UPDATE
Rapptz
2021-04-11
1
-10
/
+6
*
First pass at supporting v8 API
Rapptz
2021-04-11
1
-6
/
+0
*
Fix some regressions from create_task change
Rapptz
2021-04-06
1
-1
/
+1
*
Add on_interaction event and Interaction class.
Rapptz
2021-04-06
1
-0
/
+5
*
Add support for setting application_id
Rapptz
2021-04-06
1
-0
/
+17
*
Use `asyncio.create_task` over `asyncio.ensure_future`
Nadir Chowdhury
2021-04-05
1
-6
/
+6
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-0
/
+1
*
Remove userbot functionality
Rapptz
2021-04-04
1
-98
/
+28
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-5
/
+4
*
Use member provided data in typing_start event if not in cache
Rapptz
2021-01-24
1
-0
/
+5
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Dispatch user updates if the global cache gets stale in update events
Rapptz
2021-01-07
1
-0
/
+6
*
Implement presences for `Guild.query_members`
Nadir Chowdhury
2020-12-31
1
-6
/
+17
*
remove extraneous assignment
Sebastian Law
2020-12-22
1
-2
/
+0
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-2
/
+0
*
Ensure member key is not overwritten by author key in MESSAGE_UPDATE
Rapptz
2020-11-23
1
-0
/
+3
*
Don't store a user cache if there's no member intent or cache is off
Rapptz
2020-11-23
1
-0
/
+6
*
Fix error with templates not having access to member cache flags.
Rapptz
2020-11-21
1
-6
/
+6
*
Fix error when querying members from the gateway.
Rapptz
2020-10-19
1
-2
/
+1
*
Allow concurrent calls to guild.chunk()
Rapptz
2020-10-19
1
-23
/
+35
*
Load member from guild_member_update dispatch
Florian Spieß
2020-10-17
1
-0
/
+3
*
Ensure our own member is never evicted from the cache in any policy.
Rapptz
2020-10-17
1
-4
/
+5
*
Fix attribute errors when timing out during chunking start-up
Rapptz
2020-10-17
1
-2
/
+2
*
Add warning if guilds intent is disabled.
Rapptz
2020-09-28
1
-0
/
+3
*
Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errors
Rapptz
2020-09-28
1
-2
/
+11
*
Add Client.intents to query the current intents
Rapptz
2020-09-26
1
-0
/
+6
*
Make Intent class creation more intuitive
Rapptz
2020-09-24
1
-1
/
+1
*
Fix typo in ValueError message
apple502j
2020-09-24
1
-1
/
+1
*
Add chunk_guilds_at_startup and deprecate fetch_offline_members
Rapptz
2020-09-24
1
-5
/
+16
*
Default MemberCacheFlags based on intents
Rapptz
2020-09-23
1
-2
/
+2
[next]