aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add custom details directive.Rapptz2017-09-212-1/+58
|
* More CSS fixes.Rapptz2017-09-211-2/+9
|
* Fix weird margins with unordered lists in the HTML5 output.Rapptz2017-09-211-0/+9
|
* Try to build HTML5 for docs.Rapptz2017-09-211-0/+2
|
* [commands] Add CategoryChannelConverterRapptz2017-09-132-24/+30
|
* Add category support.Rapptz2017-09-132-0/+11
| | | | | | | | | | | | | This adds: * CategoryChannel, which represents a category * Guild.by_category() which traverses the channels grouping by category * Guild.categories to get a list of categories * abc.GuildChannel.category to get the category a channel belongs to * sync_permissions keyword argument to abc.GuildChannel.edit to sync permissions with a pre-existing or new category * category keyword argument to abc.GuildChannel.edit to move a channel to a category
* Switched places of user and reaction in wait_for exampleNick2017-08-311-1/+1
|
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-0/+6
|
* Fix on_guild_join param docSteve C2017-08-271-1/+1
|
* Add upload from URL to the FAQ.Rapptz2017-08-251-0/+15
|
* Add webhook support.Rapptz2017-08-212-1/+24
| | | | | | | Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704
* Add support for Guild.system_channelRapptz2017-08-171-0/+10
|
* Minor fixes in migrating docGorialis2017-08-161-7/+7
|
* Fix extraneous parentheses in Client.emojis render in migrating docs.Rapptz2017-08-121-1/+1
|
* Remove GuildChannel.is_defaultSinisterRectus2017-08-081-2/+1
|
* Add documentation examples for AsyncIterator and change_presence.Gorialis2017-08-081-0/+27
|
* Add operation documentation for VerificationLevel, ContentFilterGorialis2017-08-021-0/+42
|
* Remove Guild.create_invite too since it relies on a default channel.Rapptz2017-07-311-1/+1
|
* Remove Guild.default_channelRapptz2017-07-311-0/+5
| | | | The concept no longer exists.
* Fix AsyncIterator documentation to properly show coroutines.Rapptz2017-07-291-4/+6
|
* Variadic arguments are a tuple not a list.Rapptz2017-07-101-1/+1
|
* First pass at commands narrative documentation.Rapptz2017-07-0811-2/+587
|
* Hide constructor for objects that shouldn't be created by users.Rapptz2017-07-051-19/+19
|
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-041-1/+14
|