aboutsummaryrefslogtreecommitdiff
path: root/discord/mentions.py
Commit message (Collapse)AuthorAgeFilesLines
* Typehint AllowedMentionsRapptz2021-05-291-8/+24
|
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+7
|
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+4
|
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
|
* Implement discord.Message.replyPikalaxALT2020-11-261-6/+16
|
* Classmethods all and none for AllowedMentionsSaphielle Akiyama2020-09-041-0/+16
|
* Fix letter to be consistent with the rest of the docssinus-x2020-08-221-1/+1
|
* implement AllowedMentions.__repr__io mintz2020-05-291-0/+3
|
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-0/+98