Alex Nørgaard
2b9e43dbf9
Change Message.application type to MessageApplication
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
53685b9b86
Change stderr prints to use the logging module instead
3 years ago
Rapptz
e813e5efe7
Remove undocumented methods from function signature changes
3 years ago
NextChai
300fb0411e
Replace trigger_typing with awaiting typing context manager
3 years ago
invalid-user
20a7961e19
Rename use_slash_commands to use_application_commands
Co-authored-by: Danny <[email protected] >
3 years ago
Vaskel
89b9f1616c
Add self_deaf and self_mute params to voice connect methods
3 years ago
Rapptz
76cc2c2272
Require passing intents to Client and its subclasses
3 years ago
James Hilton-Balfe
55c5be78cf
[commands] Implement commands.parameter
3 years ago
will
b1878224f2
Fix capitalizations and typo in migrating guide
3 years ago
Chrovo
26ac844a04
Fix typo in migrating guide for Client.on_error
3 years ago
Rapptz
f47568ee71
Document Guild.bans breaking change in the migrating guide
3 years ago
Josh
c11363f037
Rework File.spoiler to synchronise with the filename
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
def035bf9a
Remove StoreChannel and any references to it
3 years ago
Bryan Forbes
062f4d6f87
Change some methods to use positional-only marker
Co-authored-by: Danny <[email protected] >
3 years ago
jack1142
97fe07edb2
Update migration guide with change to Message.channel_mentions type
3 years ago
jack1142
5202956f97
Update migration guide with loop-related changes to Client's constructor
3 years ago
Stocker
fd5dea4e34
Update Permissions.stage_moderator
3 years ago
LightSage
c28c3f4440
Keep comments consistent with other before/after comments
3 years ago
Rapptz
c6ab67420e
Remove Embed.Empty in favour of None
3 years ago
Rapptz
f63070c071
Move migrating to v1 into a new separate file
3 years ago
Josh
a1c618215e
[commads] Change cog/extension load/unload methods to be async
3 years ago
metro
124a3ee42a
Add Widget.presence_count attribute and fix Widget types
3 years ago
Alex Nørgaard
03687fb616
Change Guild.member_count to Optional[int]
3 years ago
Rapptz
56e0c1b3d7
Fix typo in applications.commands scope
3 years ago
Rapptz
8213603822
Change default oauth_url scopes to include application.commands
3 years ago
apple502j
e0d3521d16
[docs] Fix typos
3 years ago
apple502j
6682396a70
[docs] add missing migration guide contents
3 years ago
jack1142
3dd99a7697
Fix broken ref in migrating guide
3 years ago
James Hilton-Balfe
01906f37f1
Remove NoMoreItems
3 years ago
Stocker
07a1311bf4
Change Guild.preferred_locale to use the Locale enum
3 years ago
jack1142
1c4dca431d
Add migration guide
Co-authored-by: Danny <[email protected] >
Co-authored-by: Rapptz <[email protected] >
3 years ago
Rapptz
aa74238053
Reorganise documentation for interactions
3 years ago
Tarek
f2fa613057
Fix minor markdown typo in migrating.rst
5 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
c3bad4eeab
Make context documentation in migration a bit more clear.
6 years ago
khazhyk
b1fae0861a
add read-only cached_messages property to Client
For those of us who want access to this sweet trove of zero hop messages
6 years ago
Rapptz
d48a424f6f
Fix mistake in documentation.
6 years ago
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
Rapptz
3527203e07
[commands] Redesign HelpFormatter into HelpCommand
Part of #1938
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
SnowyLuma
e89e7dfe93
Add support for multiple activities
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
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
857e30c68e
Add some documentation for the Game to Activity breaking change.
7 years ago
Rapptz
4fef6fc4b0
Fix minor typo in migrating documentation.
7 years ago
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