Commit Graph
9 Commits
Author SHA1 Message Date
iomintzandGitHub 8f105a441d issue/PR templates: use h2 instead of h3
`h2` is the semantically correct heading here, as `h1` is for 
document titles and `h2` is for the top level headings within
a document. `h3` should be used for subheadings of `h2` headings.
2020-09-18 07:40:27 -04:00
io mintzandRapptz b15571455f implement AllowedMentions.__repr__ 2020-05-29 23:19:36 -04:00
iomintzandGitHub 755ab28311 state: use bytes.hex() instead of binascii.hexlify().decode() 2020-05-10 20:07:22 -05:00
iomintzandGitHub 559c464d3b fix HTTPException explanation in Guild.fetch_member docs 2020-05-06 11:27:17 -05:00
Io MintzandGitHub a8baf0c9f0 flags: support accessing flag value instances on the class
Fixes #4023
2020-04-20 14:59:58 -05:00
Io MintzandGitHub 03d9005eec 1.3.0 changelog: fetch_roles fetches roles, not members 2020-01-22 20:34:10 -06:00
Io MintzandDanny ecff52a7e8 Document the exception-suppressing behaviour of Message.delete
This is already documented for Messageable.send's delete_after kwarg.

PR #2481
2019-12-17 23:36:19 -05:00
Io MintzandRapptz 2a0766795f Make Guild.default_role use get_role.
Prevents some stale caching by using the new O(1) Guild.get_role.
2019-10-17 05:56:01 -04:00
Io MintzandDanny 3cef1e09f8 Add Emoji.is_usable() 2019-09-19 21:24:16 -04:00