100 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Nadir Chowdhury 6b803acde4
[chore] Remove redundant imports 4 years ago
Rapptz d9acc2f491 Escape multi-line quotes properly 5 years ago
ChristopherJHart f308f34db1
Add note pointing to discord.AllowedMentions 5 years ago
Nadir Chowdhury 6d88316767
Fix NameError with resolving codes with Template 5 years ago
Rapptz 4de01212a4 Fix detection of some JPEG images without JFIF or Exif info 5 years ago
NCPlayz 3408695a37 [docs] fix reference to `Guild` and document `utils.resolve_template` 5 years ago
NCPlayz ce03c62c6b [bugs] stop resolving Object for template/invite; remove dupe methods 5 years ago
Nadir Chowdhury 2b3c6e0d47
Add support for Discord templates 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
NCPlayz a2148d6d1a Escape masked URLs; Support quotes for as_needed 5 years ago
apple502j 1ee23a235e
Support discord.com/invite URL in resolve_invite 5 years ago
Rapptz cbdf660ddc Document that sleep_until considers naive datetimes as UTC. 5 years ago
NCPlayz f09162f259 isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z)) 5 years ago
Rapptz 66c6be50d8 Prepare for the discord.com domain rename 5 years ago
Rapptz 17f343b03e Minor documentation fixes 5 years ago
Rapptz 706a333287 Add missing coroutine header for sleep_until 5 years ago
Josh B d0a1956be9 Improve usability of utils.sleep_until 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Josh B 40369a493d Add discord.utils.sleep_until helper function 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
alexandrianlibrarian def012e281 Be more explicit in the utils.find example code. 5 years ago
Rapptz 4ef0fb0d95 Fix more deprecation warnings 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
Rapptz a238c6178a Update regex to fetch URLs to match the official client. 5 years ago
Rapptz ea3d119ca6 Use X-Ratelimit-Reset-After header by default. 6 years ago
Rapptz 078d1d71d8 Use new rate limit millisecond precision option. 6 years ago
Rapptz 8e594ac1ad Escape quote markdown in utils.escape_markdown 6 years ago
Rapptz 5b2f630848 Add Guild.query_members to fetch members from the gateway. 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 0622e18cb9 Speed-up utils.get for the common cases 6 years ago
khazhyk b1fae0861a add read-only cached_messages property to Client 6 years ago
Rapptz 7b95611e62 Forgot to escape backticks. 6 years ago
Rapptz 4d06879669 Add ignore_links and as_needed options to utils.escape_markdown. 6 years ago
Rapptz d68af294a2 Fix regex substitution in utils.escape_mentions 6 years ago
Rapptz 9833ea82e2 Add helpers to escape markdown and mentions from text. 6 years ago
NCPlayz 8a30a4cac0 Add support for guild widget 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
SnowyLuma 42a7c4f7e5 Add support for guild banners 6 years ago
Rapptz 7d877e9067 Better jpeg detection in utils._get_mime_type_for_image 6 years ago
Rapptz 700dbb5555 Fix missing import. 6 years ago
Rapptz e429763dea Try to optimize for the common ASCII case. 6 years ago
cod d107f485a5 [commands] Fix ext.commands help page full-width indentation 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Valentin 0614e2af90 Use a tuple for startswith in mime detection code. 6 years ago
khazhyk c30b016bb5 Support webp in _get_mime_type_for_image 6 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser a0634b3eea [lint] Simplyfy util.valid_icon_size 7 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Matt (IPv4) 3727ea9811 Add Guild.splash_url_as 7 years ago