NCPlayz
f507f508a2
Expose Metadata
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
6 years ago
NCPlayz
fb02191b80
Organise documentation
6 years ago
Rapptz
8ba48c14a7
Minor typo fix.
6 years ago
Rapptz
963cf4b34e
Add on_disconnect event.
I assume this is where it has to be. Fix #1937
6 years ago
Rapptz
5061915b2a
Add support for store channels.
6 years ago
Episword
67de13eb84
Translated some .po files.
6 years ago
Rapptz
f37bc22054
Update Japanese .po files
6 years ago
Kaeptm Blaubaer
b506ee1b8e
Change superclass to subclass in some documentation
6 years ago
Rapptz
3527203e07
[commands] Redesign HelpFormatter into HelpCommand
Part of #1938
6 years ago
Rapptz
560783c3d2
[commands] Separate view parsing errors from BadArgument.
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.
6 years ago
Rapptz
13b23963ec
Add exception hierarchy to the documentation.
6 years ago
Rapptz
5ea84fb971
Add support for guild news channels.
6 years ago
Rapptz
d124daef33
Fix non-working example in commands documentation.
6 years ago
Rapptz
f6869242ca
Update Japanese .po files.
6 years ago
Rapptz
ab8e7b7732
[commands] Fix bug in behaviour in the cog inspection methods.
6 years ago
Rapptz
a8dd4a826f
Document listener changes in the migrating docs.
6 years ago
Rapptz
caf3d17d4a
Rework entire cog system and partially document it and extensions.
6 years ago
cod
4e5b4a9b93
Translated ext.commands.HelpFormatter class.
ext/commands/api.po
6 years ago
Rapptz
41924a8b32
Update Japanese .po files
6 years ago
CraftSpider
e920fe9a56
Add guild_integrations_update event
6 years ago
Rapptz
5d78f43e55
Expose more information from partial invites, along with counts.
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
6 years ago
stuarth
5fa54d196e
Fix typo in API documentation.
6 years ago
Xua
a9860bd156
Remove notes about Client.messages
Since `Client.messages` no longer exists, I think we should remove the note about the cache being named that.
6 years ago
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
6 years ago
Chris Rrapi
df6bdb3007
Fix the Context.message example to actually use ctx.message
6 years ago
MusicOnline
85b5286056
Fix user/user_id documentation for reaction remove events
6 years ago
Chris R
66e5033785
Fix documentation for NotificationLevel
6 years ago
Rapptz
8b18fa307b
Add support for default notification level in audit logs and Guild.edit
6 years ago
Chris
1ac432d9f0
Add Guild.default_notifications
6 years ago
LyricLy
6bfd92e4a5
Fix is_in_guild example check
6 years ago
Episword
4f501f62e6
Translated some parts of the documentation to Japanese.
Mainly files api.po, migrating.po, commands api.po and commands.po.
6 years ago
scragly
53c7d940c9
Outline the logic of `bool` converters
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.
7 years ago
scragly
cec7ced1a4
Group Advanced Converters and Inline Advanced Converters
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.
7 years ago
SnowyLuma
e89e7dfe93
Add support for multiple activities
7 years ago
bmintz
c184b0a53d
add support for Bug Hunter and Early Supporter flags
7 years ago
Rapptz
860d6a9ace
Revert "Rework documentation to not duplicate inherited members."
This reverts commit 96981210b3
.
7 years ago
MusicOnline
b89e531088
Remove "Is there any documentation for ext.commands?" FAQ
7 years ago
MusicOnline
5ec3875ec8
Update set "Playing" status FAQ
7 years ago
Rapptz
96981210b3
Rework documentation to not duplicate inherited members.
This will probably be reverted in 1 week.
7 years ago
Rapptz
836ae73040
Add support for AuditLogDiff.slowmode_delay.
7 years ago
Rapptz
54e9401a21
Update Japanese documentation strings
7 years ago
Rapptz
99b1390e5a
[commands] Elaborate more on disallowed types in Greedy and Optional
7 years ago
Rapptz
3d03dbc451
Change internal role storage in Guild to a dict instead of a list.
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.
7 years ago
Rapptz
418048b98a
[commands] Fix up Greedy documentation a bit.
7 years ago
Rapptz
21cb700d2c
Forgot to add these images.
7 years ago
Rapptz
814b03f5a8
[commands] Add commands.Greedy converter and documentation.
This allows for greedy "consume until you can't" behaviour similar to
typing.Optional but for lists.
7 years ago
Episword
53433bca48
Translate some more files to Japanese
7 years ago
Jeremy Zhang
d092c6635b
Fix webhook_update from code review
7 years ago
Jeremy Zhang
17f9916b03
Simple parser for WEBHOOKS_UPDATE
7 years ago
Rapptz
51a03d96e0
Update Japanese string dump.
7 years ago