aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* [docs] remove unresolved doc refs, fix attribute refNadir Chowdhury2020-09-071-6/+0
|
* [commands] BadBooleanArgument -> BadBoolArgumentRapptz2020-09-041-2/+2
|
* [commands] Add subclasses of BadArgument for convertersSimon Beal2020-09-041-0/+44
|
* Added __eq__ to MessageAndres Torres2020-09-041-0/+9
|
* Add South Korea VoiceRegionPatrick2020-08-181-0/+3
|
* Document on_error "special" behaviorVexs2020-08-141-0/+8
|
* Add changelog for 1.4.1Rapptz2020-08-091-0/+12
|
* Add changelog for 1.4Rapptz2020-08-051-0/+110
|
* Add an exposed way to extract shard-specific information.Rapptz2020-07-251-4/+10
| | | | Closes #2654
* Add shard related connection and resume events.Rapptz2020-07-251-0/+30
| | | | | | | These include: * on_shard_resumed * on_shard_connect * on_shard_disconnect
* Add a changelog entry for v1.3.4Rapptz2020-07-221-0/+10
|
* Fix typo in on_socket_raw_send documentationAXVin2020-07-221-1/+1
|
* [docs] fix reference to `Guild` and document `utils.resolve_template`NCPlayz2020-07-081-0/+2
|
* Add support for integrationsNadir Chowdhury2020-06-281-1/+30
|
* Add support for Discord templatesNadir Chowdhury2020-06-281-0/+6
|
* [commands] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-281-2/+2
|
* [commands] Add a new exception class for command registration errorsjack11422020-06-281-0/+5
|
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-282-48/+183
|
* Fix minor markdown typo in migrating.rstTarek2020-06-041-1/+1
|
* Add support for public user flagsJohnyTheCarrot2020-05-291-0/+6
|
* Prepare for the discord.com domain renameRapptz2020-05-235-20/+20
|
* Remove from the FAQ that there's no event for invites being createdchickenmatty2020-04-141-1/+1
|
* Update copyright year for documentationjack11422020-04-141-1/+1
|
* Add new alias VerificationLevel.very_highapple502j2020-04-091-0/+6
|
* 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
|