aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Use actual viewport tag with initial-scale set to 1Rapptz2020-12-181-1/+1
|
* Add fixed header links, fix some parts of mobile UIJens Reidel2020-12-181-5/+23
| | | | | | | | Dynamic content width equal to old one if on 1080p Fix mobile view Disable fixed header on mobile
* make documentation sphinx 3.x compatibleRiley Shaw2020-12-181-1/+2
|
* Move table JS outside of scrollingRapptz2020-12-181-7/+8
|
* Add attributetable and add some class-level sections.Rapptz2020-12-185-4/+440
| | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine.
* Add PartialMessage to allow working with channel/message_id pairs.Rapptz2020-12-111-0/+6
| | | | Fix #5905
* Add support for editing and deleting webhook messages.Rapptz2020-12-091-2/+5
| | | | Fix #6058
* Add support for chunking AsyncIterator objectsJosh2020-12-031-0/+20
|
* Added MessageReference.resolved attribute to get replied to messageRapptz2020-11-271-0/+7
|
* Allow MessageReference to be constructible by usersRapptz2020-11-271-5/+6
|
* Implement role tags.Rapptz2020-11-261-0/+6
| | | | | | | | | | | This comes with: * The RoleTags class * Role.is_premium_subscriber() * Role.is_bot_managed() * Role.is_integration() * Guild.self_role * Guild.premium_subscriber_role
* Add sticker supportZomatree2020-11-231-1/+23
|
* Emphasize intents in the constructors of the examplesMaya2020-11-211-0/+3
|
* Translation sync with crowdinRapptz2020-10-2419-3550/+11929
|
* Add changelog for v1.5.1Rapptz2020-10-191-0/+25
|
* logging.rst: Fix some typos and grammar errorsnumbermaniac2020-10-161-7/+7
|
* Fix typo in event referenceEric Chan2020-10-161-1/+1
|
* Update intent documentation to use defaultsRapptz2020-10-031-1/+1
|
* Add intents to event referenceXua2020-10-011-0/+76
|
* 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
|