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
Rapptz
53b4890435
Add category support.
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
8 years ago
Nick
4db76c6c6b
Switched places of user and reaction in wait_for example
8 years ago
ReinaSakuraba
12a371bfb8
[commands] Add MissingPermissions and BotMissingPermissions
8 years ago
Steve C
4d421377e4
Fix on_guild_join param doc
8 years ago
Rapptz
94e2c0e661
Add upload from URL to the FAQ.
8 years ago
Rapptz
37b0fdb898
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
8 years ago
Rapptz
13c6a0a17a
Add support for Guild.system_channel
8 years ago
Gorialis
80586cb081
Minor fixes in migrating doc
8 years ago
Rapptz
434d6dc347
Fix extraneous parentheses in Client.emojis render in migrating docs.
8 years ago
SinisterRectus
8acf3d01ce
Remove GuildChannel.is_default
8 years ago
Gorialis
1582116b72
Add documentation examples for AsyncIterator and change_presence.
8 years ago
Gorialis
20fae90a08
Add operation documentation for VerificationLevel, ContentFilter
8 years ago
Rapptz
e493f1f2f4
Remove Guild.create_invite too since it relies on a default channel.
8 years ago
Rapptz
3dc1195637
Remove Guild.default_channel
The concept no longer exists.
8 years ago