308 Commits (ea2d972666364c0f8159c9166e97f1b6053e3b68)

Author SHA1 Message Date
Rapptz ea2d972666 Make global log variable in modules private 4 years ago
Rapptz 311eac97b0 Reformat state.py 4 years ago
Rapptz d5033b04a2 Don't clear views in READY 4 years ago
Stocker 7592300535
Typehint state.py 4 years ago
Rapptz fbc4a51c35 Fix on_typing not dispatching for threads 4 years ago
Rapptz 0df3f51a0b Partially type-hint state.py 4 years ago
Rapptz dc9c224b54 Undo coercion of partial DMChannel to PartialMessageable 4 years ago
Rapptz 1279510194 Add support for PartialMessageable instances 4 years ago
Rapptz 2de0398d66 Cast removed thread member IDs to int 4 years ago
Rapptz 2cb5ce981e FIx on_thread_member_remove passing in None 4 years ago
Rapptz 41f3998a08 Fix on_thread_member_remove not dispatching 4 years ago
Nadir Chowdhury 60d82cf908
implement guild stickers 4 years ago
Rapptz ecf239d2a2 Fix user cache acting incorrectly with evictions 4 years ago
Rapptz 8fb998b599 Refactor utcfromtimestamp to use fromtimestamp(..., tz=utc) 4 years ago
Rapptz 826ce101fd Change WEBHOOK_UPDATE to use guild information from gateway 4 years ago
Rapptz b4e39668fb Change CHANNEL_PINS_UPDATE to use guild information from gateway 4 years ago
Rapptz 03cd6ff433 Remove calls to gc.collect in ConnectionState 4 years ago
Rapptz cb2363f0fd Move global user storage from WeakValueDictionary to dict 4 years ago
Rapptz c1c6457598 Separate member_update and presence_update events 4 years ago
Alex Nørgaard d1dc41ec2f
Fix Client.fetch_channel not returning Thread 4 years ago
Nadir Chowdhury 2d597e310b
Fix Interaction.channel being None in threads 4 years ago
Lilly Rose Berner 6b1d46a1ea
Set Message.guild from guild_id if unavailable through Message.channel 4 years ago
Rapptz e96df33ce0 Dispatch thread_join when a thread is updated but not in cache 4 years ago
Rapptz 7dccbace78 Refactor Guild to support type hints 4 years ago
Rapptz 1152f67efc Allow pins events to work with threads 4 years ago
Rapptz e13cbf4644 Don't dispatch thread_join on extraneous THREAD_CREATE dispatches 4 years ago
Rapptz bd369c76ea Parse remaining thread events. 4 years ago
Rapptz 429c5933d9 Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE 4 years ago
Rapptz ac95b8b85b Allow Message.channel to be a thread 4 years ago
Rapptz 68c7c538f5 First pass at preliminary thread support 4 years ago
Nadir Chowdhury ab6d592f8c
Add support for integration create/update/delete events 4 years ago
Rapptz 78275023cc Add Client.persistent_views to get all persistent views 4 years ago
Rapptz d0097c4281 Remove view syncing before editing in views 4 years ago
Nadir Chowdhury 9f98a9a87f
Implement StageInstance 4 years ago
Rapptz ef9f61a933 Add support for select components 4 years ago
Rapptz 98570793e4 Add initial support for buttons and components 4 years ago
Nadir Chowdhury 631a0b1e13
Add support for ApplicationFlags 4 years ago
Steve C 65d48302ad
Fix guild.chunk() not working on evicted guilds 4 years ago
apple502j 9f1a96ea9b
Remove fetch_offline_members param for Client 4 years ago
apple502j dea92a69dc
Remove support for guild subscriptions 4 years ago
Rapptz 9b94fe1ce0 Remove superfluous unused payload parameter 4 years ago
Rapptz 7bdaa793f6 Create temporary DMChannels from message create events 4 years ago
Nadir Chowdhury f1fac96e33
Remove `private_channel_(delete/create)` events 4 years ago
Rapptz 7d79b4ba55 Remove Member related handling in PRESENCE_UPDATE 4 years ago
Rapptz d85805ab6d First pass at supporting v8 API 4 years ago
Rapptz 7e3c5f3faf Fix some regressions from create_task change 4 years ago
Rapptz 8cece19b22 Add on_interaction event and Interaction class. 4 years ago
Rapptz 1e7f139313 Add support for setting application_id 4 years ago
Nadir Chowdhury 2ff24a27b5
Use `asyncio.create_task` over `asyncio.ensure_future` 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago