aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for multiple activitiesSnowyLuma2018-11-242-3/+3
|
* add support for Bug Hunter and Early Supporter flagsbmintz2018-11-241-0/+6
|
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-111-0/+42
| | | | This reverts commit 96981210b3415e15446db0b702b07fef25c8b680.
* Remove "Is there any documentation for ext.commands?" FAQMusicOnline2018-10-051-12/+0
|
* Update set "Playing" status FAQMusicOnline2018-10-051-4/+11
|
* Rework documentation to not duplicate inherited members.Rapptz2018-10-031-42/+0
| | | | This will probably be reverted in 1 week.
* Add support for AuditLogDiff.slowmode_delay.Rapptz2018-09-251-6/+13
|
* Update Japanese documentation stringsRapptz2018-09-244-2746/+3012
|
* [commands] Elaborate more on disallowed types in Greedy and OptionalRapptz2018-09-242-1/+8
|
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-0/+7
| | | | | | | | | | | | | | | | This adds the following APIs: * Guild.get_role This removes the following APIs: * Guild.role_hierarchy To compensate for the removed APIs, Guild.roles is now a sorted list based on hierarchy. The first element will always be the @everyone role. This speeds up access at the cost of some memory, theoretically.
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-242-11/+11
|
* Forgot to add these images.Rapptz2018-09-242-0/+0
|
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-242-0/+138
| | | | | This allows for greedy "consume until you can't" behaviour similar to typing.Optional but for lists.
* Translate some more files to JapaneseEpisword2018-09-154-2402/+2501
|
* Fix webhook_update from code reviewJeremy Zhang2018-09-151-1/+1
|
* Simple parser for WEBHOOKS_UPDATEJeremy Zhang2018-09-151-0/+6
|
* Update Japanese string dump.Rapptz2018-09-152-473/+671
|
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-2/+2
|
* [docs] sort the VoiceRegionsbmintz2018-08-301-33/+33
| | | | | | having them appear in the docs ordered by their internal number is not useful to the user. Sorting them by name allows one to more quickly locate a voice region in the docs.
* document HypeSquadHouse and Profile.hypesquad_housesbmintz2018-08-301-1/+17
|
* Fix typo in on_raw_reaction_add event.Chris2018-08-281-1/+1
|
* Finished index.po translation.Episword2018-08-281-22/+23
|
* Move conditional RTD dependencies to 'docs' extraToby Harradine2018-08-221-7/+1
|
* Adds missing voice regions.MaximusPX2018-08-221-2/+7
|
* More informations for the Application infoEl Laggron2018-08-221-0/+18
| | | | | This adds the rpc_origin, bot_public and bot_require_code_grant attributes
* Ensure intersphinx points to the Japanese documentation.Rapptz2018-08-081-0/+2
|
* Translation of discord.po is finished.Episword2018-08-082-60/+74
|
* Translation of mta.po is finished.Episword2018-08-081-124/+161
|
* Translation of intro.po is finished.Episword2018-08-081-38/+48
|
* Translation of faq.po is finished.Episword2018-08-081-128/+173
|
* Change Japanese font to Yu Gothic and Noto CJK in documentationRapptz2018-08-011-1/+1
|
* Translation of logging and quickstart is finished.Episword2018-08-012-49/+81
|
* Update .po files for Permissions.priority_speakerRapptz2018-08-011-1/+5
|
* Add stubs for Japanese translations.Rapptz2018-07-3115-0/+18476
|
* [commands] Add documentation for BadUnionArgumentRapptz2018-07-201-0/+3
|
* [commands] raise ConversionError on Converter errorkhazhyk2018-07-201-0/+3
| | | | | | This assumes that a Converter class raising non-CommandError is a programmer error. Makes this type of error easier to disambiguate from a generic BadArgument.
* docs/mimgrating.rst: CPython 3.5.2 is not supported!Ben Mintz2018-06-212-2/+2
| | | | | The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2. Fixes #1344.
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-104-55/+16
|
* Change raw events to use slotted data models instead of parameters.Rapptz2018-04-141-25/+49
| | | | | | | | | | This allows for internal changes in Discord to not cause a breaking change every time something changes. Also implements #1214 which adds guild_id to every event where applicable. This is a breaking change.
* Add some documentation for the Game to Activity breaking change.Rapptz2018-03-061-0/+5
|
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-4/+43
| | | | | | | | | | | This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use.
* Fix minor typo in migrating documentation.Rapptz2018-01-221-1/+1
|
* Add documentation for new_member system messagesFrostLuma2018-01-221-0/+4
|
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-063-4/+10
|
* Add intersphinxTobotimus2018-01-067-47/+48
|
* websupport is not actually a Sphinx extension apparently.Rapptz2017-12-291-1/+0
|
* Add websupport extension to extension list.Rapptz2017-12-291-0/+1
|
* Missing Voice RegionsMippy (William)2017-11-121-0/+9
|
* Fix margins on <p> tags.Rapptz2017-09-221-0/+4
|
* Fix header size warnings.Rapptz2017-09-211-1/+1
|