aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Return invites as https, various URL normalizationDevon R2019-11-151-1/+1
|
* [docs] add new FAQ entriesBenjamin Mintz2019-11-151-1/+28
| | | | | | | - How to DM - Lack of search and implications - Where to find examples - Getting the ID of a sent message
* Add changelog for v1.2.4Rapptz2019-10-171-0/+15
|
* docs: `on_guild_emojis_update` is a `Sequence`jack11422019-10-171-2/+2
|
* add suppress-embeds to on_message_edit triggersRiley Shaw2019-10-171-0/+1
|
* [commands] Fix grammarFlame4422019-10-171-1/+1
| | | Either implies that there will be two things, there is only one.
* Add europe regionapple502j2019-10-171-0/+9
|
* change game playing to activityRiley Shaw2019-08-271-1/+1
|
* Add CHANNEL_FOLLOW_ADD Message TypeDice2019-08-271-0/+6
| | | | | | | | Add documentation for MessageType.channel_follow_add Add versionchanged to new MessageType attr Add system_content for new MessageType
* Disambiguate and normalize documentation for non-bot only methodsTyler2019-08-111-1/+1
|
* [commands] Fix confusion between it's and itsDante Dam2019-07-221-1/+1
|
* Add FFmpegOpusAudio and other voice improvementsImayhaveborkedit2019-07-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework FFmpeg player and add FFmpegOpusAudio I have extracted some of the base FFmpeg source code into its own base class and reimplemented the PCM and the new Opus variants. Support avconv probing Also fix a few things Update `__all__` Fix the bugs Rework probe functions and add factory function Probing involves subprocess so it has been reworked into an async factory function. Add docs + a few tweaks * Removed unnecessary read() and is_opus() functions from FFmpegAudio * Clear self._stdout in cleanup() * Add 20 second process communication timeout to probe functions * Capped probe function bitrate values at 512 Change AudioPlayer to use more accurate, monotonic time.perf_counter() Add lazy opus loading The library now no longer loads libopus on import, only on opus.Encoder creation or manually. Fix review nits
* [commands] Fix CategoryChannel not appearing in converter tableDante Dam2019-07-181-27/+27
|
* Use the standard way of detecting RTDRapptz2019-07-012-5/+1
|
* Flatten genindex to not group names.Rapptz2019-06-303-1/+49
| | | | Also better width in the tables.
* Fix some linking issues with TeamMembershipStateRapptz2019-06-301-2/+2
|
* Remove constructibility from certain classes in documentation.Rapptz2019-06-301-4/+4
|
* [commands] Properly raise the correct exception for owner_idsRapptz2019-06-291-4/+1
| | | | Also some minor nits with documentation.
* Support team members data in application infofourjr2019-06-291-0/+21
|
* Use a new scorer to improve search results.Rapptz2019-06-292-1/+79
| | | | | This makes the other pages take less priority than the API results. It's kind of biased, but hopefully it helps out.
* Proper RTD detection.Rapptz2019-06-292-1/+5
|
* Disable RTD search.Rapptz2019-06-291-0/+11
| | | | It's completely broken anyway.
* Strip discord.ext in genindex page and unbreak PEP links.Rapptz2019-06-281-0/+8
|
* Make the generated index page more useful for Ctrl + F.Rapptz2019-06-282-2/+18
|
* Translation sync with CrowdinRapptz2019-06-2818-5856/+7713
|
* Make more use of screen space in the documentation.Rapptz2019-06-281-5/+9
| | | | | Basically move from a 940px system to 1200px grid system. Hopefully future DOM modifications will make this better.
* Update Sphinx to 2.1.2Rapptz2019-06-284-21/+36
|
* Version bump to 1.2.3v1.2.3Rapptz2019-06-251-0/+14
|
* Translation sync from crowdinRapptz2019-06-2218-4651/+2162
|
* Version bump to 1.2.2v1.2.2Rapptz2019-06-091-0/+10
|
* Update docs to note Enum derivation changeToby Harradine2019-06-101-1/+2
|
* Crowdin translation syncRapptz2019-06-0918-9361/+15939
|
* Version bump to 1.2.1v1.2.1Rapptz2019-06-091-0/+11
|
* Some documentation touch-ups and missing stuff in the changelog.Rapptz2019-06-091-1/+3
|
* Version bump to 1.2.0v1.2.0Rapptz2019-06-093-0/+60
|
* Fix exception hierarchy documentation.Rapptz2019-06-081-3/+6
|
* Improve documentationNCPlayz2019-06-079-117/+167
|
* Add support for system channel flagsRapptz2019-06-061-0/+7
|
* Add support for new message types related to premium guilds.Rapptz2019-06-041-0/+16
|
* Fix pluralization errors in various filesEhren Julien-Neitzert2019-05-231-1/+1
| | | | | * Replaced instances of 'return an' with 'returns an' * fixed pluralization errors
* Update on_group_join docsapple502j2019-05-181-2/+1
|
* Add India region to VoiceRegionapple502j2019-05-131-0/+3
|
* Version bump to v1.1.1v1.1.1Rapptz2019-05-111-0/+15
|
* Add changelog for v1.1.0Rapptz2019-05-103-0/+71
|
* Minor nits in Discord Converters section of the docs.Rapptz2019-05-091-1/+2
|
* Document remaining public enums.NCPlayz2019-05-091-17/+110
| | | | | | | | | - UserContentFilter - FriendFlags - PremiumType - Theme UserFlags is not documented as though it is only used internally.
* Add cached_message to on_raw_message_edit eventVexs2019-05-091-0/+3
| | | | Also add documentation for this behavior
* Translation sync with CrowdinRapptz2019-05-0418-11331/+9335
|
* Actually use multiple checks in the examples for checks.Rapptz2019-05-011-0/+2
|
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-0/+31
| | | | Fixes #2121