Rapptz
15edfc2b26
Make checking for truth-ness of EmbedProxy easier.
8 years ago
Rapptz
e62e2c7cc6
[commands] Fix cog error detection in the default global error handler.
8 years ago
Rapptz
7d6435fa9c
[commands] Don't display default error handler if a cog local exists.
8 years ago
Rapptz
efe8fbf6ed
Fix format string in documentation.
8 years ago
Rapptz
c1dad43f9d
Downgrade PartialReactionEmoji to str in non-raw reaction events.
8 years ago
Rapptz
b06899e7d4
Defer logging formatting until the logger is actually called.
This would cause unnecessary format calls even if you didn't have
logging enabled.
8 years ago
Rapptz
d239cc2666
Implement "partial" message events.
These are events that get triggered regardless of the state of the
message cache. Useful for getting data from before the bot was booted.
8 years ago
BeatButton
1be119cd45
Allow sending files list smaller than 2 elements in Messageable.send
The previous restriction was unwarranted.
8 years ago
Rapptz
0f7c1e09b0
Fix mixed order in migrating docs.
8 years ago
Rapptz
83dc93559c
[commands] Add docstrings for extension loading.
8 years ago
Rapptz
1cf50f8054
Fix AuditLogDiff.__iter__ to return an actual iterable.
Fixes #589 .
8 years ago
Rapptz
6135d4cd45
Fix typing/history showing up twice in the documentation.
8 years ago
Rapptz
bef636e1e3
Fix mistake in migrating docs.
8 years ago
Rapptz
daf066dd39
Log when a player's after function fails.
8 years ago
Rapptz
a18267ca49
Fix FAQ to showcase that there is a single parameter, the error.
8 years ago
Rapptz
5e6491c3fe
[commands] Allow inline advanced converters via classmethods.
That way you don't need to have, e.g. Foo and FooConverter and can
do it inline via Foo instead.
8 years ago
Rapptz
d85e479be6
Minor fix in migrating page.
8 years ago
Rapptz
fb7689f8ea
Add some margin for supported operations sections.
8 years ago
Rapptz
3330a19f35
Support for sending a nonce.
8 years ago
Rapptz
b13d437bb9
Don't assume the inviter is always there.
8 years ago
Rapptz
95451c35e7
Document Message.embeds and Message.attachments changes.
8 years ago
Rapptz
fc0b90582d
Writing to files is 'wb' not 'rb'.
8 years ago
Rapptz
af58e45e14
Export Attachment class.
8 years ago
Rapptz
8d3279b291
Implement an Attachment model.
8 years ago
Rapptz
d21fb780fd
Remove unused functions in HTTPClient.
8 years ago
Rapptz
b2cf11fe9d
[commands] Add escape_markdown parameter for clean_content.
8 years ago
Rapptz
34815a43f4
Permissions.view_audit_logs -> Permissions.view_audit_log
8 years ago
Rapptz
83f86f902a
Rename verification level to extreme due to demand.
8 years ago
Rapptz
ee3c77353f
Add highest verification level.
8 years ago
Rapptz
093d888173
[commands] Fix EmojiConverter not working with underscore names.
8 years ago
Rapptz
a47ded6e49
Don't expose Client.messages
Not entirely sure why it was exposed in the first place. Most uses with
it essentially boiled down to mis-usage when they meant to use the
/messages endpoint (via Client.logs_from or Messageable.history) or
complaining about the partial data woes that came from it.
8 years ago
Rapptz
9074bea234
Less unnecessary padding around functions.
8 years ago
Rapptz
497be35d5f
Log when a KeyboardInterrupt is met in Client.run
8 years ago
Rapptz
e1263a585a
Mention User.avatar_url change in migration page.
8 years ago
Rapptz
a8474ed6d3
Document that exceptions happen in Guild.audit_logs.
8 years ago
Rapptz
1f1ac8f750
Mention on_member_ban event change.
8 years ago
Rapptz
37288412ed
Working fix for one of the bullet points.
Thanks Pirate.
8 years ago
Rapptz
5a56e3fda1
Don't dispatch on_voice_state_update when Member is not found.
8 years ago
Rapptz
c3da6cdbd3
Add ref links to the commands API page.
8 years ago
Rapptz
f588876587
Use Python3Lexer instead of PythonLexer for pygments.
8 years ago
Rapptz
d672f84932
Raise when an invalid permission is passed to PermissionOverwrite.
8 years ago
Rapptz
3436792614
Allow setting a presence upon logging in.
8 years ago
Rapptz
9e24d43c63
Rewrite Client.run yet again.
This time it should definitely fix #545 .
8 years ago
Rapptz
6e2ecbc167
Re-raise exceptions from Client.start in Client.run.
8 years ago
Rapptz
f3eb039c4b
Re-implement how Client.run is done by using run_forever instead.
8 years ago
Rapptz
4dfaffd5f2
Only do loop cleanup in finally block when on windows.
Should also fix #545 .
8 years ago
Rapptz
1e1b02c630
Check if we're closing the event loop before using it.
Should fix #545 .
8 years ago
Rapptz
6119f280c5
Warnings are yellow.
8 years ago
Rapptz
229c471106
More broken Channel references.
8 years ago
Rapptz
bd7b2e2d35
Oversight in Permissions still having a table.
8 years ago