82 Commits (02397306b2ed76b3bc42b2b28e8672e839bdeaf5)

Author SHA1 Message Date
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
Rapptz 95d8bb2e85 Change internal representation of roles in Member and Emoji. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
ReinaSakuraba d53cada91e Fix TypeError in utils.oauth_url 8 years ago
Rapptz 5e913b265b Change how coroutines are detected internally. 8 years ago
Rapptz ede1771960 Fix utils.get example. 8 years ago
Rapptz 37b0fdb898 Add webhook support. 8 years ago
khazhyk 0a588fac1c allow trailing null bytes in uploaded jpegs 8 years ago
khazhyk 12ca0d9b16 avatar_url_as improvements 8 years ago
Rapptz d239cc2666 Implement "partial" message events. 8 years ago
Rapptz f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz 29f676c42e Wrap asyncio.wait into a saner alternative that raises TimeoutError. 8 years ago
Rapptz dcf826c09b Allow utils.maybe_coroutine to take any arguments. 8 years ago
Rapptz 47ef657fbd Implement async checks. Fixes #380. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
SunDwarf e7c5ef181f
Allow uploading of GIFs for users. 8 years ago