Tobotimus
3112e1c17e
Add intersphinx
7 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
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
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
c98443e9aa
Fix wrong order in migrating docs.
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
0f7c1e09b0
Fix mixed order in migrating docs.
8 years ago
Rapptz
bef636e1e3
Fix mistake in migrating docs.
8 years ago
Rapptz
d85e479be6
Minor fix in migrating page.
8 years ago
Rapptz
95451c35e7
Document Message.embeds and Message.attachments changes.
8 years ago
Rapptz
34815a43f4
Permissions.view_audit_logs -> Permissions.view_audit_log
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
Rapptz
e1263a585a
Mention User.avatar_url change in migration page.
8 years ago
Rapptz
1f1ac8f750
Mention on_member_ban event change.
8 years ago
Rapptz
f588876587
Use Python3Lexer instead of PythonLexer for pygments.
8 years ago
Rapptz
8a49a3a74f
Update migrating page with new extension information.
8 years ago
Rapptz
3cb680159e
Add __unload to the special cog method list.
8 years ago
Rapptz
7a84661312
Rename Colour.to_tuple to Colour.to_rgb.
8 years ago
Rapptz
d80e08c1c6
Fix all broken cross references in the migrating page... again.
8 years ago
Rapptz
2d465d9b3c
Fix dead links in the migrating page.
8 years ago
Rapptz
c45d18a6ea
Add note about upgraded dependencies in the migrating page.
8 years ago
Rapptz
de00573288
Fix some broken cross references in the migrating page.
8 years ago
Rapptz
cacd49b039
Be more consistent with period placements.
8 years ago
Rapptz
c6e1629011
Make images in the discord intro have consistent dimensions.
8 years ago
Rapptz
a93145d1f0
Fix dead cross-reference links in the migrating page.
8 years ago
Rapptz
b44bba6ee6
First pass at documentation reform.
8 years ago
Rapptz
72e84a1b47
Change all email/password pair examples to use token.
9 years ago
Rapptz
94d31834fc
Change enumerators into enumerations to please Voltana.
9 years ago
Rapptz
8b1854e759
Add and remove some of the on_socket_* events.
on_socket_raw_receive and on_socket_raw_send were added back in an odd
way. The rest of them such as on_socket_closed, on_socket_opened, and
on_socket_receive were removed.
9 years ago
Rapptz
855fa7e553
Documentation fixes for Permissions related code.
9 years ago
Rapptz
a1a47c6f38
Document the breaking change with the new dictionary storage change.
Since the only things dict views support are iteration we should
advise people who want the old behaviour to change it to a list.
9 years ago
Rapptz
6d5175ad9a
Document how Client.run should be the last function to call.
9 years ago
Rapptz
e88bc28236
Documentation fixes to quiet Sphinx warnings.
9 years ago
Rapptz
5a1d7a2d94
Change permissions to remove the can_ prefix.
9 years ago
Rapptz
18cda5c3ae
Document more breaking changes in migrating file.
9 years ago
Rapptz
00c9ac59c1
Fix consistency issue with migrating page.
9 years ago
Rapptz
00c8dae88d
Add migrating guide for migrating to v0.10.0.
9 years ago