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
Rapptz
5c24e69cf2
Fix up the Sphinx strings causing warnings.
7 years ago
bmintz
00a659c652
[docs] sort the VoiceRegions
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.
7 years ago
bmintz
1d65d6993a
document HypeSquadHouse and Profile.hypesquad_houses
7 years ago
Chris
15ca9294e1
Fix typo in on_raw_reaction_add event.
7 years ago
Episword
427d0aae86
Finished index.po translation.
7 years ago
Toby Harradine
dace5aeaee
Move conditional RTD dependencies to 'docs' extra
7 years ago
MaximusPX
4a1d28a1de
Adds missing voice regions.
7 years ago
El Laggron
395af228b1
More informations for the Application info
This adds the rpc_origin, bot_public and
bot_require_code_grant attributes
7 years ago
Rapptz
86712c4d60
Ensure intersphinx points to the Japanese documentation.
7 years ago
Episword
45d521c939
Translation of discord.po is finished.
7 years ago
Episword
c662bd9738
Translation of mta.po is finished.
7 years ago
Episword
db6d555699
Translation of intro.po is finished.
7 years ago
Episword
91955f3e88
Translation of faq.po is finished.
7 years ago
Rapptz
f06563cb35
Change Japanese font to Yu Gothic and Noto CJK in documentation
7 years ago
Episword
8bb8e603a5
Translation of logging and quickstart is finished.
7 years ago
Rapptz
3dd462d5b5
Update .po files for Permissions.priority_speaker
7 years ago
Rapptz
18385dc49f
Add stubs for Japanese translations.
7 years ago
Rapptz
52767cf315
[commands] Add documentation for BadUnionArgument
7 years ago
khazhyk
2321ae8d97
[commands] raise ConversionError on Converter error
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.
7 years ago
Ben Mintz
184c4302c7
docs/mimgrating.rst: CPython 3.5.2 is not supported!
The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2.
Fixes #1344 .
7 years ago
Rapptz
f25091efe1
Drop support for Python 3.4 and make minimum version 3.5.2.
7 years ago
Rapptz
56650ae7c2
Change raw events to use slotted data models instead of parameters.
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.
7 years ago
Rapptz
857e30c68e
Add some documentation for the Game to Activity breaking change.
7 years ago
Rapptz
f8f8f418f3
Split Game object to separate Activity subtypes for Rich Presences.
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.
7 years ago
Rapptz
4fef6fc4b0
Fix minor typo in migrating documentation.
7 years ago
FrostLuma
c32b28f46d
Add documentation for new_member system messages
7 years ago
Gorialis
04d9dd9c0d
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
7 years ago
Tobotimus
3112e1c17e
Add intersphinx
7 years ago
Rapptz
6813280938
websupport is not actually a Sphinx extension apparently.
7 years ago
Rapptz
e9f887aab2
Add websupport extension to extension list.
7 years ago
Mippy (William)
98c8928934
Missing Voice Regions
8 years ago
Rapptz
54f2c71e71
Fix margins on <p> tags.
8 years ago
Rapptz
dbf8b5bda6
Fix header size warnings.
8 years ago
Rapptz
e3d69ce83d
Add custom details directive.
8 years ago
Rapptz
8ed5fe472c
More CSS fixes.
8 years ago
Rapptz
2bfd15ba89
Fix weird margins with unordered lists in the HTML5 output.
8 years ago
Rapptz
de6cffa347
Try to build HTML5 for docs.
8 years ago
Rapptz
e614f6b4cd
[commands] Add CategoryChannelConverter
8 years ago