Rapptz
406495b465
Use a sequence instead of a list for AllowedMentions
3 years ago
z03h
8d86ee3fe3
Fix mention_author suppressing all mentions
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
Josh
147948af9b
Use typing.Self throughout library
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
Rapptz
5a68d3a561
Typehint AllowedMentions
4 years ago
Rapptz
99fc950510
Use f-strings in more places that were missed.
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
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
PikalaxALT
d1cb30cccf
Implement discord.Message.reply
4 years ago
Saphielle Akiyama
33fb13043c
Classmethods all and none for AllowedMentions
5 years ago
sinus-x
315edd0b60
Fix letter to be consistent with the rest of the docs
5 years ago
io mintz
b15571455f
implement AllowedMentions.__repr__
5 years ago
Rapptz
041785937e
Add support for configuring allowed mentions per message or bot wide.
5 years ago