| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix mistake in documentation. | Rapptz | 2019-03-20 | 1 | -1/+1 |
| | | |||||
| * | Update docs, mostly Inviting Your Bot | apple502j | 2019-03-20 | 10 | -39/+35 |
| | | |||||
| * | [commands] Redesign extension exception flow. | Rapptz | 2019-03-19 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | Instead of raising a whole variety of exceptions, they are now wrapped into ExtensionError derived classes. * ExtensionAlreadyLoaded * Raised when an extension is already loaded in Bot.load_extension * ExtensionNotLoaded * Raised when an extension is not loaded, e.g. Bot.unload_extension * NoEntryPointError * Raised when an extension does not have a `setup` function. * ExtensionFailed * Raised when an extension's `setup` function fails. * ExtensionNotFound * Raised when an extension's module import fails. | ||||
| * | [commands] Add Bot.reload_extension for atomic loading. | Rapptz | 2019-03-19 | 1 | -4/+3 |
| | | | | | Also do atomic loading in Bot.load_extension | ||||
| * | Some widget fixes. | Rapptz | 2019-03-19 | 1 | -0/+19 |
| | | |||||
| * | Expose Metadata | NCPlayz | 2019-03-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added access to: * `/users/@me/guilds` * `/guilds/{guild_id}` * `/guilds/{guild_id}/members/{member_id}` BREAKING CHANGE: * `get_user_info` -> `fetch_user_info` to match naming scheme. Remove useless note Remove `reverse` and corresponding documentation Update documentation to reflect #1988 Rename `get_` HTTP functions to `fetch_` Breaking Changes: * `get_message` -> `fetch_message` * `get_invite` -> `fetch_invite` * `get_user_profile` -> `fetch_user_profile` * `get_webhook_info` -> `fetch_webhook` * `get_ban` -> `fetch_ban` Fix InviteConverter, update migrating.rst Rename get_message to fetch_message | ||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -5/+5 |
| | | |||||
| * | Minor typo fix. | Rapptz | 2019-03-18 | 1 | -1/+1 |
| | | |||||
| * | Add on_disconnect event. | Rapptz | 2019-03-18 | 1 | -0/+8 |
| | | | | | I assume this is where it has to be. Fix #1937 | ||||
| * | Add support for store channels. | Rapptz | 2019-03-17 | 1 | -0/+4 |
| | | |||||
| * | Translated some .po files. | Episword | 2019-03-16 | 16 | -6149/+2242 |
| | | |||||
| * | Update Japanese .po files | Rapptz | 2019-03-16 | 3 | -689/+1936 |
| | | |||||
| * | Change superclass to subclass in some documentation | Kaeptm Blaubaer | 2019-03-16 | 1 | -5/+5 |
| | | |||||
| * | [commands] Redesign HelpFormatter into HelpCommand | Rapptz | 2019-03-15 | 2 | -4/+70 |
| | | | | | Part of #1938 | ||||
| * | [commands] Separate view parsing errors from BadArgument. | Rapptz | 2019-03-12 | 1 | -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. | Rapptz | 2019-03-12 | 5 | -3/+85 |
| | | |||||
| * | Add support for guild news channels. | Rapptz | 2019-03-08 | 1 | -0/+3 |
| | | |||||
| * | Fix non-working example in commands documentation. | Rapptz | 2019-03-06 | 1 | -1/+1 |
| | | |||||
| * | Update Japanese .po files. | Rapptz | 2019-02-24 | 4 | -192/+821 |
| | | |||||
| * | [commands] Fix bug in behaviour in the cog inspection methods. | Rapptz | 2019-02-23 | 1 | -1/+1 |
| | | |||||
| * | Document listener changes in the migrating docs. | Rapptz | 2019-02-23 | 1 | -0/+6 |
| | | |||||
| * | Rework entire cog system and partially document it and extensions. | Rapptz | 2019-02-23 | 6 | -25/+275 |
| | | |||||
| * | Translated ext.commands.HelpFormatter class. | cod | 2019-02-19 | 1 | -4/+41 |
| | | | | | ext/commands/api.po | ||||
| * | Update Japanese .po files | Rapptz | 2019-02-18 | 5 | -2975/+3668 |
| | | |||||
| * | Add guild_integrations_update event | CraftSpider | 2019-02-18 | 1 | -0/+6 |
| | | |||||
| * | Expose more information from partial invites, along with counts. | Rapptz | 2019-02-12 | 1 | -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. | stuarth | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Remove notes about Client.messages | Xua | 2019-02-06 | 1 | -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 Dam | 2019-01-28 | 12 | -12/+12 |
| | | |||||
| * | Fix the Context.message example to actually use ctx.message | Chris Rrapi | 2019-01-28 | 1 | -3/+2 |
| | | |||||
| * | Fix user/user_id documentation for reaction remove events | MusicOnline | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | Fix documentation for NotificationLevel | Chris R | 2018-11-26 | 1 | -2/+2 |
| | | |||||
| * | Add support for default notification level in audit logs and Guild.edit | Rapptz | 2018-11-25 | 1 | -1/+7 |
| | | |||||
| * | Add Guild.default_notifications | Chris | 2018-11-24 | 1 | -0/+11 |
| | | |||||
| * | Fix is_in_guild example check | LyricLy | 2018-11-24 | 1 | -1/+1 |
| | | |||||
| * | Translated some parts of the documentation to Japanese. | Episword | 2018-11-24 | 4 | -2414/+2543 |
| | | | | | Mainly files api.po, migrating.po, commands api.po and commands.po. | ||||
| * | Outline the logic of `bool` converters | scragly | 2018-11-24 | 1 | -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 Converters | scragly | 2018-11-24 | 1 | -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 activities | SnowyLuma | 2018-11-24 | 2 | -3/+3 |
| | | |||||
| * | add support for Bug Hunter and Early Supporter flags | bmintz | 2018-11-24 | 1 | -0/+6 |
| | | |||||
| * | Revert "Rework documentation to not duplicate inherited members." | Rapptz | 2018-10-11 | 1 | -0/+42 |
| | | | | | This reverts commit 96981210b3415e15446db0b702b07fef25c8b680. | ||||
| * | Remove "Is there any documentation for ext.commands?" FAQ | MusicOnline | 2018-10-05 | 1 | -12/+0 |
| | | |||||
| * | Update set "Playing" status FAQ | MusicOnline | 2018-10-05 | 1 | -4/+11 |
| | | |||||
| * | Rework documentation to not duplicate inherited members. | Rapptz | 2018-10-03 | 1 | -42/+0 |
| | | | | | This will probably be reverted in 1 week. | ||||
| * | Add support for AuditLogDiff.slowmode_delay. | Rapptz | 2018-09-25 | 1 | -6/+13 |
| | | |||||
| * | Update Japanese documentation strings | Rapptz | 2018-09-24 | 4 | -2746/+3012 |
| | | |||||
| * | [commands] Elaborate more on disallowed types in Greedy and Optional | Rapptz | 2018-09-24 | 2 | -1/+8 |
| | | |||||
| * | Change internal role storage in Guild to a dict instead of a list. | Rapptz | 2018-09-24 | 1 | -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. | Rapptz | 2018-09-24 | 2 | -11/+11 |
| | | |||||
| * | Forgot to add these images. | Rapptz | 2018-09-24 | 2 | -0/+0 |
| | | |||||