| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [commands] Fix up Greedy documentation a bit. | Rapptz | 2018-09-24 | 2 | -11/+11 | |
| | | ||||||
| * | Forgot to add these images. | Rapptz | 2018-09-24 | 2 | -0/+0 | |
| | | ||||||
| * | [commands] Add commands.Greedy converter and documentation. | Rapptz | 2018-09-24 | 2 | -0/+138 | |
| | | | | | | This allows for greedy "consume until you can't" behaviour similar to typing.Optional but for lists. | |||||
| * | Translate some more files to Japanese | Episword | 2018-09-15 | 4 | -2402/+2501 | |
| | | ||||||
| * | Fix webhook_update from code review | Jeremy Zhang | 2018-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | Simple parser for WEBHOOKS_UPDATE | Jeremy Zhang | 2018-09-15 | 1 | -0/+6 | |
| | | ||||||
| * | Update Japanese string dump. | Rapptz | 2018-09-15 | 2 | -473/+671 | |
| | | ||||||
| * | Fix up the Sphinx strings causing warnings. | Rapptz | 2018-09-15 | 1 | -2/+2 | |
| | | ||||||
| * | [docs] sort the VoiceRegions | bmintz | 2018-08-30 | 1 | -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_houses | bmintz | 2018-08-30 | 1 | -1/+17 | |
| | | ||||||
| * | Fix typo in on_raw_reaction_add event. | Chris | 2018-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Finished index.po translation. | Episword | 2018-08-28 | 1 | -22/+23 | |
| | | ||||||
| * | Move conditional RTD dependencies to 'docs' extra | Toby Harradine | 2018-08-22 | 1 | -7/+1 | |
| | | ||||||
| * | Adds missing voice regions. | MaximusPX | 2018-08-22 | 1 | -2/+7 | |
| | | ||||||
| * | More informations for the Application info | El Laggron | 2018-08-22 | 1 | -0/+18 | |
| | | | | | | This adds the rpc_origin, bot_public and bot_require_code_grant attributes | |||||
| * | Ensure intersphinx points to the Japanese documentation. | Rapptz | 2018-08-08 | 1 | -0/+2 | |
| | | ||||||
| * | Translation of discord.po is finished. | Episword | 2018-08-08 | 2 | -60/+74 | |
| | | ||||||
| * | Translation of mta.po is finished. | Episword | 2018-08-08 | 1 | -124/+161 | |
| | | ||||||
| * | Translation of intro.po is finished. | Episword | 2018-08-08 | 1 | -38/+48 | |
| | | ||||||
| * | Translation of faq.po is finished. | Episword | 2018-08-08 | 1 | -128/+173 | |
| | | ||||||
| * | Change Japanese font to Yu Gothic and Noto CJK in documentation | Rapptz | 2018-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | Translation of logging and quickstart is finished. | Episword | 2018-08-01 | 2 | -49/+81 | |
| | | ||||||
| * | Update .po files for Permissions.priority_speaker | Rapptz | 2018-08-01 | 1 | -1/+5 | |
| | | ||||||
| * | Add stubs for Japanese translations. | Rapptz | 2018-07-31 | 15 | -0/+18476 | |
| | | ||||||
| * | [commands] Add documentation for BadUnionArgument | Rapptz | 2018-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | [commands] raise ConversionError on Converter error | khazhyk | 2018-07-20 | 1 | -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 Mintz | 2018-06-21 | 2 | -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. | Rapptz | 2018-06-10 | 4 | -55/+16 | |
| | | ||||||
| * | Change raw events to use slotted data models instead of parameters. | Rapptz | 2018-04-14 | 1 | -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. | Rapptz | 2018-03-06 | 1 | -0/+5 | |
| | | ||||||
| * | Split Game object to separate Activity subtypes for Rich Presences. | Rapptz | 2018-03-05 | 1 | -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. | Rapptz | 2018-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add documentation for new_member system messages | FrostLuma | 2018-01-22 | 1 | -0/+4 | |
| | | ||||||
| * | Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter | Gorialis | 2018-01-06 | 3 | -4/+10 | |
| | | ||||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 7 | -47/+48 | |
| | | ||||||
| * | websupport is not actually a Sphinx extension apparently. | Rapptz | 2017-12-29 | 1 | -1/+0 | |
| | | ||||||
| * | Add websupport extension to extension list. | Rapptz | 2017-12-29 | 1 | -0/+1 | |
| | | ||||||
| * | Missing Voice Regions | Mippy (William) | 2017-11-12 | 1 | -0/+9 | |
| | | ||||||
| * | Fix margins on <p> tags. | Rapptz | 2017-09-22 | 1 | -0/+4 | |
| | | ||||||
| * | Fix header size warnings. | Rapptz | 2017-09-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add custom details directive. | Rapptz | 2017-09-21 | 2 | -1/+58 | |
| | | ||||||
| * | More CSS fixes. | Rapptz | 2017-09-21 | 1 | -2/+9 | |
| | | ||||||
| * | Fix weird margins with unordered lists in the HTML5 output. | Rapptz | 2017-09-21 | 1 | -0/+9 | |
| | | ||||||
| * | Try to build HTML5 for docs. | Rapptz | 2017-09-21 | 1 | -0/+2 | |
| | | ||||||
| * | [commands] Add CategoryChannelConverter | Rapptz | 2017-09-13 | 2 | -24/+30 | |
| | | ||||||
| * | Add category support. | Rapptz | 2017-09-13 | 2 | -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 example | Nick | 2017-08-31 | 1 | -1/+1 | |
| | | ||||||
| * | [commands] Add MissingPermissions and BotMissingPermissions | ReinaSakuraba | 2017-08-30 | 1 | -0/+6 | |
| | | ||||||
| * | Fix on_guild_join param doc | Steve C | 2017-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add upload from URL to the FAQ. | Rapptz | 2017-08-25 | 1 | -0/+15 | |
| | | ||||||