Josh
4e03b170ef
Update pyright version
1 year ago
Rapptz
3ff88db768
Update pyright to 1.1.289
2 years ago
Rapptz
5c14149873
Fix filename spoiler stripping method
lstrip does not work as expected
3 years ago
will
2010b42f6a
[docs] Fix capitalization typo in spoiler parameter documentation
3 years ago
Josh
c11363f037
Rework File.spoiler to synchronise with the filename
Co-authored-by: Danny <[email protected] >
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
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
Josh
dede5539ee
Add support for editing message attachments
3 years ago
Josh
08bee0eeb6
Add support for file/attachment descriptions
3 years ago
Rapptz
fc66c5b92d
Fix some webhook related type checker errors
4 years ago
Rapptz
2e12f6de9c
Typehint File
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
Josh
fce67c32c9
Add spoiler attribute to File
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
TicClick
a4b20d08c3
Make File docstring raw for Python 3.9 compatibility
4 years ago
Sebastian Law
b4b953bfc6
Fix various inconsistencies within the documentation ( #5067 )
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
5e65ec978c
Take back ownership of files from aiohttp for retrying requests.
Fix #1809
6 years ago
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
6 years ago
Rapptz
93d576a65b
Add support for spoiler attachments.
6 years ago
Tobotimus
3112e1c17e
Add intersphinx
7 years ago
FrostLuma
e52532c06e
Fix File not using the filename if given
8 years ago
Rapptz
bf2066278e
Add support for multiple file attachments.
This is a breaking change. No longer does Messageable.send have a
filename keyword argument, instead this is all handled through the
discord.File model. To upload many files you must specify a list
of discord.File objects.
8 years ago