aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix codeblock related things with mobile responsiveness.Rapptz2020-05-291-4/+7
* Use default scrollbar for body on webkit browsersJosh2020-05-291-5/+3
* [matrix] Modal cleanupJosh2020-05-293-29/+40
* [matrix] Dark ThemeJosh2020-05-297-20/+154
* Proper padding for the copy buttonRapptz2020-05-281-2/+1
* Reverse the related linksRapptz2020-05-281-1/+1
* Use html_js_files instead of the old approach to add JS files.Rapptz2020-05-281-2/+5
* Cleanup copy button CSS and add a hover-over explanation.Rapptz2020-05-282-9/+3
* Rewrite the DOM to use CSS gridsRapptz2020-05-273-407/+502
* add copy codeblock buttonNCPlayz2020-05-273-2/+60
* [matrix] Add sans-serif font toggle to settings modalJosh2020-05-273-8/+102
* [matrix] Create settings modalJosh2020-05-273-7/+84
* [matrix] Refactor docs JSJosh2020-05-272-63/+71
* Add faviconNadir Chowdhury2020-05-262-1/+1
* Use actual viewport tag with initial-scale set to 1Rapptz2020-05-261-1/+1
* Add fixed header links, fix some parts of mobile UIJens Reidel2020-05-251-5/+23
* Bump Sphinx to 3.0.3Rapptz2020-05-251-2/+2
* make documentation sphinx 3.x compatibleRiley Shaw2020-05-252-3/+4
* Move table JS outside of scrollingRapptz2020-05-251-7/+8
* Bump Sphinx to 2.4.4Rapptz2020-05-251-1/+1
* Add attributetable and add some class-level sections.Rapptz2020-05-255-4/+435
* Consistent usage of RST inline code within Guild.features referencesRapptz2020-05-231-9/+9
* Implement some missing attributes of `Guild` (and `Guild.edit`)NCPlayz2020-05-232-7/+59
* use `_channel_factory` instead of manual checking in `Guild._sync`NCPlayz2020-05-231-9/+3
* isinstance(x, y) and isinstance(x, z) -> isinstance(x, (y, z))NCPlayz2020-05-231-1/+1
* Change _handshaking variable when handshake terminate매리2020-05-231-0/+1
* Add spoiler keyword argument to Attachment.to_fileZomatree2020-05-231-2/+6
* Fix TypeError in chunkerapple502j2020-05-231-1/+1
* Allow clearing the author information in embeds.jack11422020-05-231-0/+15
* Prepare for the discord.com domain renameRapptz2020-05-2316-33/+33
* player: Close ffmpeg stdin during streamingTerrance2020-05-231-2/+2
* state: use bytes.hex() instead of binascii.hexlify().decode()iomintz2020-05-101-2/+1
* Fix timeout issues with fetching members via query_membersRapptz2020-05-104-58/+42
* allow passing color int to role.editAnurag Singh2020-05-101-1/+7
* Aliases passed as a list or as a tupleSaphielle Akiyama2020-05-101-2/+2
* Use GuildChannel abc for CategoryChannel editSteve C2020-05-101-11/+1
* [tasks] Allow Loop.cancel in Loop.before_loopSteve C2020-05-101-0/+1
* Add support server as contact link in issue templatesjack11422020-05-102-11/+4
* [commands] Document that cog_command_error must be asyncXua2020-05-101-2/+2
* add support for allowed_mentions with message editStarrFox2020-05-101-0/+16
* Specify the unit for `max_age` arg in `GuildChannel.create_invite()`jack11422020-05-071-1/+1
* Escape backslashes in display name in `clean_prefix`jack11422020-05-071-1/+1
* [tasks] Fix tasks decorators being discardedSteve C2020-05-071-0/+3
* fix HTTPException explanation in Guild.fetch_member docsiomintz2020-05-061-1/+1
* fix NotificationLevel being suppressedXua2020-05-031-6/+4
* Fix colour properties being displayed as methods in the documentation.kittenswolf2020-05-033-6/+6
* Add roles parameter for pruning members.unknown2020-05-032-4/+16
* Make use_cached keyword onlyRapptz2020-05-031-2/+2
* allow passing EmptyEmbed to set_image and set_thumbnailRiley Shaw2020-05-021-6/+18
* Add versionadded to Attachment.to_file use_cached paramJosh2020-05-021-0/+2