aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Implement an Attachment model.Rapptz2017-05-301-0/+6
* Permissions.view_audit_logs -> Permissions.view_audit_logRapptz2017-05-281-0/+4
* Rename verification level to extreme due to demand.Rapptz2017-05-271-2/+2
* Add highest verification level.Rapptz2017-05-271-0/+7
* Don't expose Client.messagesRapptz2017-05-261-0/+2
* Less unnecessary padding around functions.Rapptz2017-05-251-2/+6
* Mention User.avatar_url change in migration page.Rapptz2017-05-251-0/+4
* Mention on_member_ban event change.Rapptz2017-05-231-0/+13
* Working fix for one of the bullet points.Rapptz2017-05-231-1/+1
* Add ref links to the commands API page.Rapptz2017-05-221-0/+14
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-224-22/+22
* Warnings are yellow.Rapptz2017-05-201-3/+3
* Slightly different styling for supported operations.Rapptz2017-05-201-3/+3
* Make supported operations stand out more than attributes.Rapptz2017-05-201-0/+14
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-191-1/+1
* Update migrating page with new extension information.Rapptz2017-05-191-2/+17
* Lazy fix for active class when viewport is too small for sidebar.Rapptz2017-05-171-0/+4
* Add __unload to the special cog method list.Rapptz2017-05-171-0/+3
* Highlight currently visited section.Rapptz2017-05-163-0/+39
* Add helpful admonition CSS.Rapptz2017-05-151-0/+18
* Rename Colour.to_tuple to Colour.to_rgb.Rapptz2017-05-151-0/+5
* 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
* Be more consistent with period placements.Rapptz2017-05-121-19/+19
* Make images in the discord intro have consistent dimensions.Rapptz2017-05-1213-16/+14
* Remove ugly background in the FAQ page.Rapptz2017-05-121-0/+9
* Rename image file to lower case png.Rapptz2017-05-122-1/+1
* Fix some left over incorrect snippets.Rapptz2017-05-121-2/+2
* Fix dead cross-reference links in the migrating page.Rapptz2017-05-121-4/+4
* Hide the title in the index.Rapptz2017-05-122-2/+7
* First pass at documentation reform.Rapptz2017-05-1220-470/+2156
* Rename GuildRegion to VoiceRegion.Rapptz2017-05-091-2/+2
* Make AuditLogDiff.roles an empty list instead of None.Rapptz2017-05-071-1/+1
* Audit log role add and removes are lists, not single item.Rapptz2017-05-061-4/+4
* Add support for message delete audit log action type.Rapptz2017-05-041-0/+15
* Add support for setting and retrieving guild vanity invites.Rapptz2017-04-301-0/+2
* Changed audit_log to audit_logs in documentationTwentysix2017-04-301-1/+1
* Implement audit logs.Rapptz2017-04-301-0/+685
* Add PCMVolumeTransformer to augment volume of a PCM stream.Rapptz2017-04-191-0/+3
* Re-implement voice sending.Rapptz2017-04-181-0/+15
* Add Guild.explicit_content_filter.Rapptz2017-04-121-0/+16
* Add support for multiple file attachments.Rapptz2017-04-081-0/+6
* Implement utilities for AsyncIterator.Rapptz2017-02-111-8/+76