Jakub Kuczys
ca0b444047
Document the change in behaviour of bool(flag_obj)
2023-05-13 14:13:55 -04:00
Jonah Lawrence
d7b6a2ad12
Fix usage of single backticks to links and code-blocks
2022-10-26 04:26:56 -04:00
gx1285
403f5157bb
Fix broken link for store removal
2022-10-26 04:25:34 -04:00
Jakub Kuczys
7c218b3833
Fix migration guide docs for abc.PrivateChannel and cooldown()
...
* Move PrivateChannel ABC change to proper subsection in migration guide
* Add change to the accepted callables in cooldown() to migration guide
2022-10-01 03:16:01 -04:00
Steve C
3588793965
Fix utils.time_snowflake link in migrating.rst
2022-08-28 02:07:18 -04:00
Rapptz
5b56899676
Change snowflake_time and time_snowflake parameters to pos/kw-only
2022-08-15 13:39:03 -04:00
Rapptz
6381b5a8f4
Change abc.GuildChannel.overwrites to have Object keys if cache failed
...
Ultimately despite it not being the prettiest, Object keys ended up
being the sanest solution to this without destroying ergonomics.
2022-08-06 14:46:52 -04:00
Rapptz
1a361f4519
Document Text in Voice in the migrating documentation
...
Closes #8179 #8064
2022-08-06 14:24:15 -04:00
Vioshim
b80cb47caf
Implement Embed.__eq__ and EmbedProxy.__eq__
2022-07-27 00:28:10 -04:00
Rapptz
87bc79e6e3
Change certain sequences to use a special proxy type instead of list
...
This is to speed up cases where someone is just querying the length
of the underlying sequence. If anything else is done to the sequence
then it is copied from the original iterator.
This change should be mostly transparent.
2022-07-19 01:58:58 -04:00
mniip
1be36c9c3e
Change View, Modal, and AudioPlayer to use logger instead of stderr
2022-06-22 02:10:02 -04:00
will
190eeaf19b
Fix some typos in migrating documentation
2022-06-13 21:32:52 -04:00
Alex Nørgaard
2b9e43dbf9
Change Message.application type to MessageApplication
...
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
2022-06-13 16:34:41 -04:00
Rapptz
53685b9b86
Change stderr prints to use the logging module instead
2022-06-13 01:06:15 -04:00
Rapptz
e813e5efe7
Remove undocumented methods from function signature changes
2022-05-20 16:52:55 -04:00
NextChai
300fb0411e
Replace trigger_typing with awaiting typing context manager
2022-05-02 04:36:18 -04:00
invalid-user
20a7961e19
Rename use_slash_commands to use_application_commands
...
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
2022-04-30 06:53:29 -04:00
Vaskel
89b9f1616c
Add self_deaf and self_mute params to voice connect methods
2022-04-14 19:06:22 -04:00
Rapptz
76cc2c2272
Require passing intents to Client and its subclasses
2022-04-05 22:32:14 -04:00
James Hilton-Balfe
55c5be78cf
[commands] Implement commands.parameter
2022-04-04 18:01:21 -04:00
will
b1878224f2
Fix capitalizations and typo in migrating guide
2022-04-02 01:26:39 -04:00
Chrovo
26ac844a04
Fix typo in migrating guide for Client.on_error
2022-04-02 00:06:39 -04:00
Rapptz
f47568ee71
Document Guild.bans breaking change in the migrating guide
2022-04-01 11:47:27 -04:00
Josh
c11363f037
Rework File.spoiler to synchronise with the filename
...
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
2022-03-31 09:18:36 -04:00
Rapptz
def035bf9a
Remove StoreChannel and any references to it
2022-03-28 00:09:19 -04:00
Bryan Forbes
062f4d6f87
Change some methods to use positional-only marker
...
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
2022-03-22 18:52:25 -04:00
jack1142
97fe07edb2
Update migration guide with change to Message.channel_mentions type
2022-03-21 01:12:34 -04:00
jack1142
5202956f97
Update migration guide with loop-related changes to Client's constructor
2022-03-21 01:12:20 -04:00
Stocker
fd5dea4e34
Update Permissions.stage_moderator
2022-03-15 23:33:11 -04:00
LightSage
c28c3f4440
Keep comments consistent with other before/after comments
2022-03-15 07:25:35 -04:00
Rapptz
c6ab67420e
Remove Embed.Empty in favour of None
2022-03-14 00:52:55 -04:00
Rapptz
f63070c071
Move migrating to v1 into a new separate file
2022-03-13 21:55:07 -04:00
Josh
a1c618215e
[commads] Change cog/extension load/unload methods to be async
2022-03-13 21:03:45 -04:00
metro
124a3ee42a
Add Widget.presence_count attribute and fix Widget types
2022-03-11 21:51:40 -05:00
Alex Nørgaard
03687fb616
Change Guild.member_count to Optional[int]
2022-03-09 23:06:07 -05:00
Rapptz
56e0c1b3d7
Fix typo in applications.commands scope
2022-03-09 20:26:53 -05:00
Rapptz
8213603822
Change default oauth_url scopes to include application.commands
2022-03-07 18:35:42 -05:00
apple502j
e0d3521d16
[docs] Fix typos
2022-03-07 17:36:15 -05:00
apple502j
6682396a70
[docs] add missing migration guide contents
2022-03-07 17:08:46 -05:00
jack1142
3dd99a7697
Fix broken ref in migrating guide
2022-03-06 18:52:46 -05:00
James Hilton-Balfe
01906f37f1
Remove NoMoreItems
2022-03-06 18:44:18 -05:00
Stocker
07a1311bf4
Change Guild.preferred_locale to use the Locale enum
2022-03-05 23:30:51 -05:00
jack1142
1c4dca431d
Add migration guide
...
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Rapptz <rapptz@gmail.com>
2022-03-05 19:17:16 -05:00
Rapptz
aa74238053
Reorganise documentation for interactions
2022-03-04 21:17:27 -05:00
Tarek
f2fa613057
Fix minor markdown typo in migrating.rst
2020-06-04 23:40:16 -04:00
NCPlayz
3c9bcc2851
Improve documentation
2019-06-07 19:27:46 -04:00
Rapptz
c3bad4eeab
Make context documentation in migration a bit more clear.
2019-04-18 19:49:57 -04:00
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
2019-04-17 22:41:59 -04:00
Rapptz
d48a424f6f
Fix mistake in documentation.
2019-03-20 23:29:04 -04:00
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
2019-03-19 09:00:18 -04:00