aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Some minor documentation fixes.Rapptz2020-09-281-2/+14
| | | | Make examples all mention where to put it for the unaware.
* Add changelog for v1.4.2Rapptz2020-09-281-0/+28
|
* Add changelog for v1.5.0Rapptz2020-09-281-0/+60
|
* Update intents with small typo fixesAlex Nørgaard2020-09-271-2/+2
|
* Make Intent class creation more intuitiveRapptz2020-09-241-1/+3
|
* More intent documentation.Rapptz2020-09-241-0/+24
| | | | | | Mention that you can downgrade the library to revert. Also mention that intents need to be updated in the code as well as the developer portal.
* More intent related documentationRapptz2020-09-241-0/+63
|
* Fix typos in Intents documentationSebastian Law2020-09-241-1/+5
|
* Add documentation for gateway intentsRapptz2020-09-234-0/+99
|
* Add a special exception for required privileged intentsRapptz2020-09-231-0/+3
|
* Allow finer grained control over the member cache.Rapptz2020-09-231-0/+12
|
* Implement VoiceProtocol lower level hooks.Rapptz2020-09-231-0/+3
| | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks.
* Fix and add documentationMichael2020-09-231-2/+2
|
* Add support for message_reference on Message objectSebastian Law2020-09-231-0/+5
|
* Add bot.listen() suggestion to on_message faq PikalaxALT2020-09-201-0/+9
|
* Add competing activity typeiDutchy2020-09-201-0/+5
|
* Add a more concrete exception for 500 status codes.Rapptz2020-09-091-1/+4
| | | | Fixes #5797
* [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