Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Nadir Chowdhury
6b803acde4
[chore] Remove redundant imports
This also removes the historical patch for NullHandler implemented in bbf1c54
, as it has been available since Python 3.1.
4 years ago
Rapptz
d9acc2f491
Escape multi-line quotes properly
Fix #5897
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
Closes #5143
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
Fix issue where sleeping for an extended period on python 3.5
would cause an exception
Add sleep_until to API docs
Add result argument to 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
Closes #2510
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.
Fixes #2420 .
5 years ago
Rapptz
ea3d119ca6
Use X-Ratelimit-Reset-After header by default.
There is now an option to turn it off, of course.
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
For those of us who want access to this sweet trove of zero hop messages
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.
This allows for URLs to be left alone since they can include markdown
characters and allows for total escaping of all markdown characters
by default to prevent some form of data manipulation.
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.
Fixes #1673
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
Document banner attribute of Guild and Invite
Update discord/utils.py
Co-Authored-By: SnowyLuma <[email protected] >
6 years ago
Rapptz
7d877e9067
Better jpeg detection in utils._get_mime_type_for_image
Fixes #1901
6 years ago
Rapptz
700dbb5555
Fix missing import.
6 years ago
Rapptz
e429763dea
Try to optimize for the common ASCII case.
This is still a slowdown (about 45ns to 300ns) but it's less severe
than the original implementation (about 900 to 1100ns).
6 years ago
cod
d107f485a5
[commands] Fix ext.commands help page full-width indentation
add _string_width function to util. Changed string width calculate
function from len() to util function _string_width().
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
untested
6 years ago
Hornwitser
efb4ff850e
[lint] Fix import order
Reorder imports to be consistenly grouped by standard library, third
party library, and local modules in that order thoughout the library.
7 years ago
Hornwitser
a0634b3eea
[lint] Simplyfy util.valid_icon_size
Remove redundant paranthesis and checks from util.valid_icon_size.
7 years ago
Hornwitser
51d626eabe
[lint] Remove redundant paranthesis
Remove redundant parenthisis around await expressions. Left over from
f25091ef
.
7 years ago
Matt (IPv4)
3727ea9811
Add Guild.splash_url_as
7 years ago