53 Commits (5ffa3e85de8aa922a3d9c3558c127bbe226e80b5)

Author SHA1 Message Date
jack1142 5ffa3e85de
Update comments after `# type: ignore` to be compatible with PEP 484 3 years ago
Rapptz c6ab67420e Remove Embed.Empty in favour of None 3 years ago
Stocker 5aa696ccfa
Fix typing issues and improve typing completeness across the library 3 years ago
Josh 147948af9b
Use typing.Self throughout library 3 years ago
Josh a315786869
Handle type-errors in upcoming pyright release 3 years ago
Rapptz d01e73fca5 Document more uses of type ignore 3 years ago
Rapptz 88b520b5ab Reformat code using black 3 years ago
Rapptz 565b41b0b2 Fix Embed.from_dict typing being too strict for a public function 4 years ago
thegamecracks 6ce1c537d4
Localize Embed.timestamp during assignment 4 years ago
Arnav Jindal dd727fb6f4
Add Embed.remove_footer 4 years ago
Mikey f42e922696
Fix bug in Embed.__len__ caused by footer without text 4 years ago
Nadir Chowdhury 8f9819eb4c
[docs] Fix various unresolved references 4 years ago
Rapptz 9da2f349e7 Use Any instead of str for Embed typings for accuracy 4 years ago
Sebastian Law 4c72137e43
[docs] add note for possible Embed.type strings 4 years ago
Rapptz f49d565d51 Rename discord.types file based on relevant core module file 4 years ago
Rapptz 23fe6b46dd Typehint discord.Embed and introduce discord.types subpackage 4 years ago
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Rapptz ed1341012b Add Embed.__bool__ 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
pikaninja 5a93e80e87
Implicitly cast Embed construction parameters to str 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Dan Hess e04bd1b3a1
Fix error when trying to clear empty image/thumbnail in embeds 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
jack1142 a601cf43ab Allow clearing the author information in embeds. 5 years ago
Rapptz 66c6be50d8 Prepare for the discord.com domain rename 5 years ago
Riley Shaw 75d3c4f6cf allow passing EmptyEmbed to set_image and set_thumbnail 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 5 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Dante Dam 84e9168447 Grammar fixes for notes on EmbedProxy 6 years ago
Kyber f2c7b2e6d8 Add an insert_field_at method for the embed class 6 years ago
Rapptz 792b31833a Mention what can be done during initialisation in embeds. 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 4bd4c23694 Fix NameError in Embed.to_dict 6 years ago
Michael H 03616b91db Fix embed to_dict timestamp handling for python 3.5 6 years ago
Rapptz 70c5f1723f Fix Embed.to_dict to work with TZ aware datetime objects. 6 years ago
Rapptz 7fbdc6e83f Add Embed.copy to do a copy on an embed object. 6 years ago
Rapptz 35a330c5d3 Add Embed.__len__ to query total character size of an embed. 6 years ago
Rapptz 73aca4d4d3 Expose Embed.from_data as Embed.from_dict 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Steve C 221df0ab02 Update embed property doc grammar 8 years ago
Rapptz 1d3bb1f510 Simplify embed timestamp code due to it being fixed Discord side. 8 years ago
Rapptz 15edfc2b26 Make checking for truth-ness of EmbedProxy easier. 8 years ago
Rapptz 1239e88d05 Handle aware datetimes in embeds. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Ian Salmons 9224d9b9d3 Add missing fields to Embed.from_data() 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago