Rapptz
8953938a53
Update Pyright to v1.1.394
2 months ago
Mysty
418a7915e6
Add raw presence update evemt
2 months ago
Soheab
ed95f2f106
Parse full message for raw message edit event
3 months ago
Andrin
f77ba711ba
Add reaction type to raw events and users iterator
11 months ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
11 months ago
Lilly Rose Berner
0ee1794c6d
Fix channel deletion not removing associated threads
11 months ago
Sebastian Law
0362b2fd4e
[docs] fix gateway payload hyperlinks
12 months ago
Rapptz
97ae6409b0
Add support for burst reactions
2 years ago
Rapptz
b1ff8038c8
Add RawReactionActionEvent.message_author_id field
2 years ago
Jonah Lawrence
d7b6a2ad12
Fix usage of single backticks to links and code-blocks
2 years ago
GoogleGenius
eea70b53cd
Fix small typos in docstrings
3 years ago
z03h
1aaa32d4bc
Add on_raw_app_command_permissions_update event
3 years ago
Enes Kurbetoğlu
be6db20255
Add on_raw_thread_member_remove event
3 years ago
Enes Kurbetoğlu
06c1f44d74
Add on_raw_thread_update event
3 years ago
Rapptz
cf031f71b9
Add a new extlink for discord documentation
3 years ago
Lilly Rose Berner
6e2cfff2ac
Add raw member remove event
3 years ago
Lilly Rose Berner
277d35c9b2
Add raw typing event and fix typing event not working for DMs
3 years ago
Lilly Rose Berner
3e8fa5a661
Add raw thread delete event
3 years ago
Nadir Chowdhury
3cf000d467
Type up gateway payloads
3 years ago
Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
Stocker
6587b5c7ea
Typehint raw_models.py
4 years ago
Nadir Chowdhury
ab6d592f8c
Add support for integration create/update/delete events
4 years ago
Nadir Chowdhury
89456022cf
Add `__all__` to remaining modules
4 years ago
Rapptz
9d39b135f4
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
4 years ago
Sebastian Law
a2730a32dc
Add guild_id attribute to RawMessageUpdateEvent
4 years ago
ChristopherJHart
050bf74f5d
Clarify on_raw_message_edit cached message nature
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Zomatree
fbd57a63ab
update the docs on RawReactionActionEvent.member
5 years ago
Rapptz
66c6be50d8
Prepare for the discord.com domain rename
5 years ago
Harmon
6f9793fe5e
Fixes and improvements for v1.3 documentation
* Add missing versionadded strings for v1.3
* Add missing versionchanged string for Message.edit
* Consistently use versionadded for attributes
* Consistently use versionchanged for parameters
* Use versionchanged for Bot.is_owner
* Fix references in v1.3 changelog
* Improve grammar in v1.3 changelog
5 years ago
Rapptz
02397306b2
Drop superfluous zero in version related changes in the documentation
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
Rapptz
87f9dcff9c
Add support for clearing a specific reaction.
Closes #2440
5 years ago
NCPlayz
bb71f14ce3
Add `RawReactionActionEvent.member`
5 years ago
Rapptz
f513d831d1
Add RawReactionActionEvent.event_type attribute.
This helps differentiate between reaction removal or addition.
6 years ago
Rapptz
ceaba01776
Add version information from missing PRs.
6 years ago
Heath123
2c99198033
Add channel_id to RawMessageUpdateEvent
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
2cd6d771ec
Make __repr__ slightly more detailed and add a few missing ones.
This includes raw events (which didn't have any) and a few other
types that were missing them. Upon review some more useful fields were
added to the repr output which would be more useful during debugging.
6 years ago
Vexs
82a39eb148
Add cached_message to on_raw_message_edit event
Also add documentation for this behavior
6 years ago
Vexs
9591b00dcf
Redesign bulk delete events
Change `parse_message_delete_bulk` to not dispatch individual
`message_delete` events, and instead `bulk_message_delete`. Also make
`raw_bulk_message` delete and `raw_message_delete` have message
objects attached.
Fixes #1807
6 years ago
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
6 years ago
MusicOnline
85b5286056
Fix user/user_id documentation for reaction remove events
6 years ago
Hornwitser
c8b49d37be
[lint] Fix incorrect and inconsistent whitespace
Adjust whitespace to be consistent with the rest of the library.
7 years ago
Rapptz
56650ae7c2
Change raw events to use slotted data models instead of parameters.
This allows for internal changes in Discord to not cause a breaking
change every time something changes.
Also implements #1214 which adds guild_id to every event where
applicable.
This is a breaking change.
7 years ago