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
Rapptz
9cfa39a1c7
Fix AsyncIterator documentation to properly show coroutines.
8 years ago
Rapptz
8f0dcaa666
Variadic arguments are a tuple not a list.
8 years ago
Rapptz
2f97678a79
First pass at commands narrative documentation.
8 years ago
Rapptz
bd67cb5137
Hide constructor for objects that shouldn't be created by users.
8 years ago
Rapptz
e0f02f1775
Rename AsyncIterator.get to next to prevent shadowing.
8 years ago
Rapptz
c98443e9aa
Fix wrong order in migrating docs.
8 years ago
Rapptz
867d918e30
Add when_mentioned and when_mentioned_or to the documentation.
8 years ago
Rapptz
25a1d8c300
Add support for user flags in Profile.
8 years ago
Rapptz
51429f98e8
Fix typo in migrating page.
8 years ago
Rapptz
c23ef9e8a4
[commands] Add __global_check_once to list of cog functions.
8 years ago
Rapptz
717f11d635
[commands] Add Bot.check_once for a global check that is called once.
There is a counterpart for this in cogs, called __global_check_once.
This allows for predicates that would filter a command globally that
do not necessarily require rechecking in the case of e.g. the help
command such as blocking users or blocking channels.
8 years ago
Rapptz
efe8fbf6ed
Fix format string in documentation.
8 years ago
Rapptz
d239cc2666
Implement "partial" message events.
These are events that get triggered regardless of the state of the
message cache. Useful for getting data from before the bot was booted.
8 years ago
Rapptz
0f7c1e09b0
Fix mixed order in migrating docs.
8 years ago
Rapptz
6135d4cd45
Fix typing/history showing up twice in the documentation.
8 years ago
Rapptz
bef636e1e3
Fix mistake in migrating docs.
8 years ago
Rapptz
a18267ca49
Fix FAQ to showcase that there is a single parameter, the error.
8 years ago
Rapptz
d85e479be6
Minor fix in migrating page.
8 years ago
Rapptz
fb7689f8ea
Add some margin for supported operations sections.
8 years ago
Rapptz
95451c35e7
Document Message.embeds and Message.attachments changes.
8 years ago
Rapptz
8d3279b291
Implement an Attachment model.
8 years ago
Rapptz
34815a43f4
Permissions.view_audit_logs -> Permissions.view_audit_log
8 years ago
Rapptz
83f86f902a
Rename verification level to extreme due to demand.
8 years ago
Rapptz
ee3c77353f
Add highest verification level.
8 years ago
Rapptz
a47ded6e49
Don't expose Client.messages
Not entirely sure why it was exposed in the first place. Most uses with
it essentially boiled down to mis-usage when they meant to use the
/messages endpoint (via Client.logs_from or Messageable.history) or
complaining about the partial data woes that came from it.
8 years ago