Commit Graph

  • 0a4be8f83c Update changelog for v1.7.1 Rapptz 2021-04-05 21:21:29 -04:00
  • 56faa98e4b Fix versionadded not showing in docs for Attachment.content_type Logan 2021-04-06 01:24:04 +01:00
  • 1b2c527fc7 [commands] Fix logic in Cog.has_error_handler() Rapptz 2021-04-05 21:08:54 -04:00
  • 686a54eb10 Remove 3.6 check for loop.shutdown_asyncgens() Nadir Chowdhury 2021-04-06 01:31:45 +01:00
  • 2ff24a27b5 Use asyncio.create_task over asyncio.ensure_future Nadir Chowdhury 2021-04-06 01:31:03 +01:00
  • 7a7c4b4d62 Remove fail-safe for retrieving all tasks Nadir Chowdhury 2021-04-06 01:29:37 +01:00
  • 83bd76504a Use covariant TypeVar for protocol Michael H 2021-04-05 20:29:15 -04:00
  • fbe6e2f520 [commands] Fix @classmethod converters Michael H 2021-04-05 20:25:23 -04:00
  • 3abb2fde56 Fix versionadded not showing in docs for Attachment.content_type Logan 2021-04-06 01:24:04 +01:00
  • 88be8cc5be Remove deprecated client methods Vaskel 2021-04-05 17:44:05 -04:00
  • a3a6f88936 Add discord.utils.utcnow() helper function to ease migration Rapptz 2021-04-04 23:59:04 -04:00
  • 93a92e6e1b Remove special casing of MAX_ASYNCIO_SECONDS in sleep_until Rapptz 2021-04-04 23:55:15 -04:00
  • ff7094ce96 Convert datetimes to aware datetimes with UTC. Rapptz 2021-04-04 23:54:08 -04:00
  • fd58371f53 Remove some lingering userbot classes in the documentation Rapptz 2021-04-04 20:05:19 -04:00
  • 7ba437cece Use 3.8 for ReadTheDocs builds Rapptz 2021-04-04 20:01:37 -04:00
  • 34ab772653 Use typing.Protocol instead of abc.ABCMeta James 2021-04-04 23:05:49 +01:00
  • fe54b3cb92 Flatten AsyncIterator.flatten James 2021-04-04 22:46:15 +01:00
  • 54288879e2 Remove userbot functionality Rapptz 2021-04-04 10:09:25 -04:00
  • 59aa1a0e5f Remove asyncio.Task subclass in preference to task names Rapptz 2021-04-04 07:24:42 -04:00
  • 94bd1b9822 Convert two missing places to f-strings Rapptz 2021-04-04 07:17:03 -04:00
  • 4d44872511 Remove encoding header from generated code Rapptz 2021-04-04 07:06:50 -04:00
  • adaf7c6192 [commands] Use positional only parameter for Context.invoke Rapptz 2021-04-04 06:21:30 -04:00
  • 9d39b135f4 Modernize code to use f-strings Rapptz 2021-04-04 04:40:19 -04:00
  • 9fc2ab9c99 Bump minimum Python version to 3.8 Rapptz 2021-04-04 03:54:00 -04:00
  • 68e379bc8b Version bump for development Rapptz 2021-04-04 03:53:26 -04:00
  • 757dd92272 Version bump to v1.7 v1.7.0 Rapptz 2021-04-04 00:54:10 -04:00
  • f6df66a971 Add missing documentation for StoreChannelConverter Rapptz 2021-04-04 00:21:15 -04:00
  • 6d63cf0d5d Add missing StoreChannel documentation Rapptz 2021-04-04 00:17:59 -04:00
  • 834a7d80aa Fix StoreChannel reference in changelog Rapptz 2021-04-04 00:04:30 -04:00
  • f8964b1b32 Add content_type to changelog Rapptz 2021-04-03 23:33:03 -04:00
  • f8d7be5b78 Add content_type to Attachment Zomatree 2021-04-04 04:26:28 +01:00
  • 5b244a7002 Add changelog for v1.7 Rapptz 2021-04-03 23:08:55 -04:00
  • efc30a146e Guard for None in VocalGuildChannel.members Rapptz 2021-04-03 23:08:03 -04:00
  • 421c0cd455 [commands] Add missing versionadded on StoreChannelConverter Rapptz 2021-04-03 22:54:21 -04:00
  • e961fdeae0 Rework the reaction roles example Nadir Chowdhury 2021-04-04 03:52:11 +01:00
  • 36318bd45c [commands] Add StoreChannelConverter DoggieLicc 2021-04-03 22:50:17 -04:00
  • 1b2688518e Implement StageChannel and related methods Nadir Chowdhury 2021-04-04 03:43:41 +01:00
  • e8a9726ad2 [docs] Add rtc_region parameter for Guild.create_voice_channel Nadir Chowdhury 2021-04-03 01:10:31 +01:00
  • 6524869ddd Implement voice region changing for voice channels Tarek 2021-04-01 09:49:45 +02:00
  • 3576e2ee01 Add support for Permissions.request_to_speak Rapptz 2021-04-01 00:52:21 -04:00
  • 6887d3946a [docs] Fix fetch_members/guilds documentation Nadir Chowdhury 2021-04-01 02:27:40 +01:00
  • e66141e002 [docs] suggest presence in constructor instead of change_presence Mikey 2021-03-31 18:26:51 -07:00
  • 954dd09e18 Deprecate Client.logout apple502j 2021-03-31 20:30:41 +09:00
  • 8a24a93010 Bring back older background task example under a new name Rapptz 2021-03-30 20:29:03 -04:00
  • e359aeb122 Fix background_task example to actually work Rapptz 2021-03-30 20:28:41 -04:00
  • 5ed47cacc7 Update background_task example to use ext.tasks Sebastian Law 2021-03-30 17:24:28 -07:00
  • 0c3be9713d Raise error if position could not be resolved in GuildChannel.move Rapptz 2021-03-30 04:11:06 -04:00
  • 7f0db1f35a Return early if no kwargs are given to GuildChannel.move Rapptz 2021-03-30 03:54:58 -04:00
  • a30ad6acf2 Ignore moving category channels to another category Rapptz 2021-03-30 03:51:06 -04:00
  • b850c9cd5d Add GuildChannel.move helper method to help with moving channels Rapptz 2021-03-30 03:21:09 -04:00
  • f60e91d700 Add support for fail_if_not_exists in MessageReference Lilly Rose Berner 2021-03-30 06:26:17 +02:00
  • d6501159e7 [docs] copy signature from overridden and inherited methods Sebastian Law 2021-03-29 20:52:14 -07:00
  • 862d509d2e [commands] Add support for stripping whitespace after the prefix Rapptz 2021-03-28 21:21:09 -04:00
  • c4c2cbf6d2 [commands] Remove nullability from help command implementation Rapptz 2021-03-28 18:51:58 -04:00
  • 4d4c19f9b5 deprecate User.relationships Nadir Chowdhury 2021-03-28 23:39:15 +01:00
  • 31ee3fafc1 Add remove_markdown helper function Edwin 2021-03-29 00:38:34 +02:00
  • 4aee7fed5d [commands] Only remove top level commands on cog load failure Rapptz 2021-03-28 18:35:59 -04:00
  • a4d29e8cfd Add scopes to utils.oauth_url Nihaal Sangha 2021-03-28 11:33:24 +01:00
  • d61486278f [commands] allow arbitrary callables in cooldown Mikey 2021-03-28 03:31:51 -07:00
  • baa1ab058b Add an optional seed parameter for Colour.random Maselkov 2021-03-28 12:28:35 +02:00
  • 8657edfc99 Fallback to empty string for unavailable guild __str__ Rapptz 2021-03-25 09:11:00 -04:00
  • 5cb5126548 Make Attachment hashable and castable to str Rapptz 2021-03-25 09:08:22 -04:00
  • 5a93e80e87 Implicitly cast Embed construction parameters to str pikaninja 2021-03-24 20:13:57 -07:00
  • 1c8d1b0289 Recreate aiohttp.FormData objects during request retries Rapptz 2021-03-24 08:49:12 -04:00
  • 0b19fabbf0 Remove deprecated uses of about Rapptz 2021-03-24 08:36:53 -04:00
  • 9af99d2634 Update issue template Rapptz 2021-03-24 08:35:41 -04:00
  • a6c5b04142 Clarify docs to state that on_reaction_remove requires Intents.members Colin R 2021-03-24 05:25:12 -07:00
  • a131e11c5e [commands] fix documented type for Command.checks Sebastian Law 2021-03-24 05:24:14 -07:00
  • a06d00f554 Make await text appear in async Member method docs Sebastian Law 2021-03-24 05:22:50 -07:00
  • 456a5dfa59 Update create_dm documentation to say it's a coroutine Alex Nørgaard 2021-03-24 12:19:05 +00:00
  • 8d66ced02c [docs] Conveter -> Converter Nadir Chowdhury 2021-03-24 12:18:11 +00:00
  • fbb7ac6be1 Add roles to guild.estimate_pruned_members z03h 2021-03-24 05:17:34 -07:00
  • caa3b4e8f4 [commands] Include group args in command signature jack1142 2021-03-24 13:16:23 +01:00
  • bd29795f92 [docs] Grammar fixes for intents.rst Arnav Jindal 2021-03-24 17:43:42 +05:30
  • 7836046621 Mark User.avatar_url as attribute in Intents.members docstring Steve C 2021-03-13 01:47:06 -05:00
  • a30a694e36 [commands] fix Context.channel property documented type Sebastian Law 2021-03-12 22:46:31 -08:00
  • 7d345e8e4e remove trailing whitespace Nadir Chowdhury 2021-03-13 05:42:25 +00:00
  • a3f700c11f Fix references to snowflakes being max 21 long Nihaal Sangha 2021-03-03 00:04:03 +00:00
  • d01500bccd Fix typo with guild_discovery_grace_period_final_warning Nadir Chowdhury 2021-03-02 11:45:24 +00:00
  • 259c3909a8 Fix Permissions.all_channel documentation to link attributes TheOneMusic 2021-03-01 14:57:28 +01:00
  • 31bbf7434b Allow AuditLogEntry to be Hashable Nadir Chowdhury 2021-03-01 13:55:53 +00:00
  • 4c4d75dc29 Disallow empty sequences in Guild.query_members user_id parameter Rapptz 2021-02-28 23:37:11 -05:00
  • a2730a32dc Add guild_id attribute to RawMessageUpdateEvent Sebastian Law 2021-02-28 20:55:37 -08:00
  • f7a4bef4ff [tasks] remove redundant condition in Loop.next_iteration Sebastian Law 2021-02-28 20:54:44 -08:00
  • 6c40e3b837 Update docs for discord.Invite.max_uses xPolar 2021-02-28 20:35:05 -08:00
  • c325918ae6 Only run main() if the module is being executed as a script Bryan Forbes 2021-02-28 22:33:18 -06:00
  • 9c52432274 Update permission class methods to match Discord UI TheOneMusic 2021-03-01 05:30:08 +01:00
  • 63ec23bac2 Code optimisations and refactoring via Sourcery Nadir Chowdhury 2021-02-25 02:26:51 +00:00
  • e090ee4308 Fix NameError with invoked_parents Nadir Chowdhury 2021-02-25 02:15:10 +00:00
  • b903066e4d Allow for callable class factories in abc.Connectable.connect SuzuZusu 2021-02-24 21:14:42 -05:00
  • 01d8502c83 [commands] Added tribool behaviour to HelpCommand.verify_checks sudosnok 2021-02-24 10:40:35 +00:00
  • 2f15e7d8e4 fix mention_author in send causing unexpected allowed mentions Sebastian Law 2021-02-24 00:06:44 -08:00
  • 53bf1919c7 Fix docstring for Guild.create_role Arthaxeres 2021-02-24 10:06:02 +03:00
  • fb773dc1dd Add remaining template endpoints Nadir Chowdhury 2021-02-23 08:58:03 +00:00
  • 6f748e5da5 Add remaining v6 message types Nadir Chowdhury 2021-02-23 08:57:11 +00:00
  • 7f05f7f6c0 Add converter example Alex Nørgaard 2021-02-23 08:54:31 +00:00
  • 48b748e340 [commands] properly assign ctx.invoked_with with ctx. Sebastian Law 2021-02-22 05:34:19 -08:00
  • 1afc127458 [commands] Add Context.invoked_parents Sebastian Law 2021-02-22 05:17:13 -08:00
  • 427e387a2f Deprecate non-bot methods Nadir Chowdhury 2021-02-23 08:36:37 +00:00
  • 1cbc537734 [commands] Allow relative paths when handling extensions Kaylynn Morgan 2021-02-23 19:29:04 +11:00