aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Less unnecessary padding around functions.Rapptz2017-05-251-2/+6
|
* Log when a KeyboardInterrupt is met in Client.runRapptz2017-05-251-1/+1
|
* Mention User.avatar_url change in migration page.Rapptz2017-05-251-0/+4
|
* Document that exceptions happen in Guild.audit_logs.Rapptz2017-05-251-0/+7
|
* Mention on_member_ban event change.Rapptz2017-05-231-0/+13
|
* Working fix for one of the bullet points.Rapptz2017-05-231-1/+1
| | | | Thanks Pirate.
* Don't dispatch on_voice_state_update when Member is not found.Rapptz2017-05-221-1/+3
|
* Add ref links to the commands API page.Rapptz2017-05-221-0/+14
|
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-2210-37/+37
|
* Raise when an invalid permission is passed to PermissionOverwrite.Rapptz2017-05-201-0/+3
|
* Allow setting a presence upon logging in.Rapptz2017-05-203-1/+29
|
* Rewrite Client.run yet again.Rapptz2017-05-201-16/+32
| | | | This time it should definitely fix #545.
* Re-raise exceptions from Client.start in Client.run.Rapptz2017-05-201-15/+18
|
* Re-implement how Client.run is done by using run_forever instead.Rapptz2017-05-201-4/+18
|
* Only do loop cleanup in finally block when on windows.Rapptz2017-05-201-2/+4
| | | | Should also fix #545.
* Check if we're closing the event loop before using it.Rapptz2017-05-201-1/+5
| | | | Should fix #545.
* Warnings are yellow.Rapptz2017-05-201-3/+3
|
* More broken Channel references.Rapptz2017-05-202-3/+3
|
* Oversight in Permissions still having a table.Rapptz2017-05-201-30/+30
|
* Slightly different styling for supported operations.Rapptz2017-05-201-3/+3
|
* Make supported operations stand out more than attributes.Rapptz2017-05-2011-127/+169
|
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-194-7/+7
|
* Update migrating page with new extension information.Rapptz2017-05-191-2/+17
|
* [commands] Add Context.reinvoke and Command.root_parentRapptz2017-05-192-2/+128
| | | | | | | | | | | Context.reinvoke would be the new way to bypass checks and cooldowns. However, with its addition comes a change in the invocation order of checks, callbacks, and cooldowns. While previously cooldowns would trigger after command argument parsing, the new behaviour parses cooldowns before command argument parsing. The implication of this change is that Context.args and Context.kwargs will no longer be filled properly.
* [commands] Fix Context.command_failed from being incorrect.Rapptz2017-05-183-2/+5
| | | | | | When used, it would be set to False after the invoke was done. Ideally it should report to False during invoke but True during any error case.
* Minor speedup when doing comparisons.Rapptz2017-05-182-4/+8
| | | | Shred 2 getattr calls + 1 global lookup to 1 global lookup.
* Fix User == Member comparisons.Rapptz2017-05-182-4/+4
|
* Lazy fix for active class when viewport is too small for sidebar.Rapptz2017-05-171-0/+4
|
* Fix format string in new bot template.Rapptz2017-05-171-1/+1
|
* First pass at having a __main__ file.Rapptz2017-05-171-0/+280
| | | | | | | | | | | | | This allows you to generate templates and projects easily. Its main purpose is to be easy to use for beginners in the upcoming documentation. Two new commands are added: * newbot * creates a new bot template using a name and optional directory * newcog * creates a new cog template using a name and optional directory
* Add __unload to the special cog method list.Rapptz2017-05-171-0/+3
|
* Rename internal ConnectionState attribute to have an underscore.Rapptz2017-05-163-34/+34
| | | | | | Some people like to use that variable name apparently. See #568 and #569.
* Highlight currently visited section.Rapptz2017-05-163-0/+39
|
* Client.get_user_info uses int for IDs not str.Rapptz2017-05-151-1/+1
| | | | Realistically both will work but let's not say that.
* Add helpful admonition CSS.Rapptz2017-05-151-0/+18
|
* Rename Colour.to_tuple to Colour.to_rgb.Rapptz2017-05-152-1/+6
|
* Add Colour.from_rgb.Rapptz2017-05-151-0/+5
|
* [commands] Update check examples to work with rewrite.Rapptz2017-05-151-10/+10
|
* Use describe for Colour documentation.Rapptz2017-05-151-13/+15
|
* Fix all broken cross references in the migrating page... again.Rapptz2017-05-152-4/+5
|
* Remove a bunch of red from the theme.Rapptz2017-05-151-6/+2
|
* Make buttons in the sidebar not so sticky looking.Rapptz2017-05-151-0/+1
|
* Completely new theme separate from alabaster.Rapptz2017-05-154-32/+481
|
* Fix dead links in the migrating page.Rapptz2017-05-141-3/+3
|
* Add note about upgraded dependencies in the migrating page.Rapptz2017-05-141-0/+29
|
* Fix FAQ using string for IDs.Rapptz2017-05-141-1/+1
|
* Fix some broken cross references in the migrating page.Rapptz2017-05-131-20/+16
|
* Add warning about sharing tokens.Rapptz2017-05-131-0/+9
|
* Use describe instead of tables for supported operations.Rapptz2017-05-139-180/+218
|
* Add Colour.blurple and Colour.greyple.Rapptz2017-05-131-0/+9
|