aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-0/+31
* [tasks] Remove support for awaitables due to gotchas.Rapptz2019-04-291-20/+0
* Added missing get_role method to the faq.Tarek13372019-04-291-0/+1
* voice room → voice channel in event documentationRapptz2019-04-251-2/+2
* [commands] Add custom exception classes for built-in checksVexs2019-04-201-0/+24
* Make context documentation in migration a bit more clear.Rapptz2019-04-181-7/+11
* Add support for <:name:id> format for adding reactionsVexs2019-04-171-2/+2
* add read-only cached_messages property to Clientkhazhyk2019-04-171-2/+4
* [commands] Add new MessageConverter to commands prose page.Rapptz2019-04-171-0/+2
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-171-0/+3
* Fix typo in on_raw_reaction_remove docs.Rapptz2019-04-141-1/+1
* Improvements to intro docs.Dante Dam2019-04-121-7/+7
* Remove "needs python 3.5+" from async iter sectionapple502j2019-04-121-2/+1
* [tasks] Add before_loop and after_loop decoratorsRapptz2019-04-121-3/+45
* Update FAQ with some common tagsVexs2019-04-121-4/+70
* [tasks] Document version addedRapptz2019-04-111-0/+2
* [tasks] Rename Loop.run to Loop.start to avoid blocking connotationsRapptz2019-04-111-3/+3
* [tasks] Add a new background helper 'tasks' extension.Rapptz2019-04-112-0/+83
* [commands] Fix references in Bot to actually link.Rapptz2019-04-101-1/+4
* Update changelogv1.0.1Rapptz2019-04-102-1/+13
* Fix broken documentation attributeSteve C2019-04-091-1/+1
* Update Japanese translation files.Rapptz2019-04-088-3488/+8740
* Fix documentation so Sphinx can build semi-cleanly.Rapptz2019-04-081-1/+1
* Remove manual documentation for AppInfoRapptz2019-04-081-47/+0
* Fix long-standing issue with user updates not dispatching properly.Rapptz2019-04-081-1/+13
* Add some version guarantees to the documentation.Rapptz2019-04-084-6/+45
* simplify HistoryIterator message orderingkhazhyk2019-04-071-2/+2
* Add helpers to escape markdown and mentions from text.Rapptz2019-04-061-0/+5
* Redesign bulk delete eventsVexs2019-04-061-9/+31
* Redesign asset retrieval in the library.NCPlayz2019-04-061-0/+9
* Fix mistake in documentation.Rapptz2019-03-201-1/+1
* Update docs, mostly Inviting Your Botapple502j2019-03-2010-39/+35
* [commands] Redesign extension exception flow.Rapptz2019-03-191-0/+25
* [commands] Add Bot.reload_extension for atomic loading.Rapptz2019-03-191-4/+3
* Some widget fixes.Rapptz2019-03-191-0/+19
* Expose MetadataNCPlayz2019-03-191-1/+5
* Organise documentationNCPlayz2019-03-191-5/+5
* Minor typo fix.Rapptz2019-03-181-1/+1
* Add on_disconnect event.Rapptz2019-03-181-0/+8
* Add support for store channels.Rapptz2019-03-171-0/+4
* Translated some .po files.Episword2019-03-1616-6149/+2242
* Update Japanese .po filesRapptz2019-03-163-689/+1936
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-161-5/+5
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-152-4/+70
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-0/+16
* Add exception hierarchy to the documentation.Rapptz2019-03-125-3/+85
* Add support for guild news channels.Rapptz2019-03-081-0/+3
* Fix non-working example in commands documentation.Rapptz2019-03-061-1/+1
* Update Japanese .po files.Rapptz2019-02-244-192/+821
* [commands] Fix bug in behaviour in the cog inspection methods.Rapptz2019-02-231-1/+1