aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-0/+6
|
* [commands] Implement `commands.before/after_invoke`NCPlayz2020-04-041-0/+4
|
* Add changelog for v1.3.3Rapptz2020-04-041-0/+13
|
* Add changelog for v1.3.2Rapptz2020-02-221-0/+18
|
* on_invite_create requires Manage Channelsthe-white-light2020-02-221-0/+2
| | | | Event on_invite_create (and presumably _delete) require Manage Channels permission.
* Add discord.ChannelType.category to documentationDeniz2020-02-161-0/+3
|
* Add changelog for v1.3.1Rapptz2020-01-261-0/+19
|
* Document the new opus loading behaviourRapptz2020-01-251-0/+1
|
* Documentation fixes (#2531)Harmon2020-01-241-7/+7
| | | | | * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation
* Mention that you can create Permissions via kwargs nowRapptz2020-01-231-0/+1
|
* Fixes and improvements for v1.3 documentationHarmon2020-01-222-10/+41
| | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog
* 1.3.0 changelog: fetch_roles fetches roles, not membersIo Mintz2020-01-221-1/+1
|
* One last superfluous .0 in versionaddedRapptz2020-01-222-2/+2
|
* Fix up some links and mention IDENTIFY changeRapptz2020-01-221-1/+2
|
* Add changelog for v1.3Rapptz2020-01-222-0/+117
|
* Improve usability of utils.sleep_untilJosh B2020-01-211-0/+1
| | | | | | | | | Fix issue where sleeping for an extended period on python 3.5 would cause an exception Add sleep_until to API docs Add result argument to sleep_until
* Drop final 0 in versionadded numbers in api.rstRapptz2020-01-211-7/+6
|
* [commands] Implement Command.__call__Rapptz2020-01-211-0/+1
|
* [commands] Export max_concurrency and MaxConcurrencyReached in docsRapptz2020-01-211-0/+6
|
* [commands] Document BucketType separatelyRapptz2020-01-181-0/+32
|
* Add support for clearing a specific reaction.Rapptz2020-01-171-5/+35
| | | | Closes #2440
* Add support for on_invite_create and on_invite_deleteRapptz2020-01-171-0/+31
|
* [docs] Fix sphinx warning about headingReece Dunham2020-01-151-1/+1
|
* Document BaseActivityRapptz2020-01-141-0/+6
|
* Add support for custom activitiesRapptz2020-01-141-0/+9
| | | | | | It's been long enough. Fixes #2400
* [commands] Add missing CheckAnyFailure documentationRapptz2020-01-141-0/+4
|
* [commands] Document guild permission checksRapptz2020-01-071-0/+4
|
* [commands] Add check_any check to OR together various checksRapptz2020-01-061-0/+2
|
* Add `VoiceRegion.dubai`NCPlayz2020-01-061-1/+4
|
* Add Profile.system and Profile.team_user to query newer flagsRapptz2019-12-211-3/+9
|
* Implement discord.MessageFlagsNCPlayz2019-12-201-0/+6
| | | | Refactor flags placement and use it for suppression.
* Fix more deprecation warnings for 3.8Rapptz2019-11-261-1/+1
|
* Implement `Webhook.type`NCPlayz2019-11-261-0/+12
|
* Add new audit log entry types. Fix issue with unknown entry typesJosh B2019-11-261-2/+87
|
* Add changelog for 1.2.5Rapptz2019-11-181-0/+10
|
* 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.