aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-161-5/+5
|
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-152-4/+70
| | | | Part of #1938
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-0/+16
| | | | | | | | This causes them to be raised from a new exception named ArgumentParsingError with 3 children for ease with i18n. This is technically a breaking change since it no longer derives from BadArgument, though catching UserInputError will prevent this change from affecting the user.
* 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
|
* Document listener changes in the migrating docs.Rapptz2019-02-231-0/+6
|
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-236-25/+275
|
* Translated ext.commands.HelpFormatter class.cod2019-02-191-4/+41
| | | | ext/commands/api.po
* Update Japanese .po filesRapptz2019-02-185-2975/+3668
|
* Add guild_integrations_update eventCraftSpider2019-02-181-0/+6
|
* Expose more information from partial invites, along with counts.Rapptz2019-02-121-0/+11
| | | | | | | | | | | | | This adds the following information. * `PartialInviteGuild` to replace `Object` patching * `PartialInviteChannel` to replace `Object` patching * Invite.approximate_member_count and Invite.approximate_presence_count The new partial objects provide better documentation on what is expected when you fetch random invites. Fixes #1830
* Fix typo in API documentation.stuarth2019-02-061-1/+1
|
* Remove notes about Client.messagesXua2019-02-061-5/+5
| | | Since `Client.messages` no longer exists, I think we should remove the note about the cache being named that.
* Bumped copyright years to 2019.Dante Dam2019-01-2812-12/+12
|
* Fix the Context.message example to actually use ctx.messageChris Rrapi2019-01-281-3/+2
|
* Fix user/user_id documentation for reaction remove eventsMusicOnline2019-01-281-1/+1
|
* Fix documentation for NotificationLevelChris R2018-11-261-2/+2
|
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-1/+7
|
* Add Guild.default_notificationsChris2018-11-241-0/+11
|
* Fix is_in_guild example checkLyricLy2018-11-241-1/+1
|
* Translated some parts of the documentation to Japanese.Episword2018-11-244-2414/+2543
| | | | Mainly files api.po, migrating.po, commands api.po and commands.po.
* Outline the logic of `bool` convertersscragly2018-11-241-0/+12
| | | As a `bool` converter is treated differently from other callable (basic) converters, the explanatory docs should outline that it is evaluated differently from a simple type cast, and what logic is used in determining how the content is evaluated.
* Group Advanced Converters and Inline Advanced Convertersscragly2018-11-241-58/+58
| | | The Inline Advanced Converters are a logical extension of the Advanced Converters subject, and as such should be placed under that section without an unrelated converter type breaking the two up.
* 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
|