Commit Graph

  • b506ee1b8e Change superclass to subclass in some documentation Kaeptm Blaubaer 2019-03-16 10:32:59 +01:00
  • 36ac1720d8 Update README Rapptz 2019-03-16 04:56:22 -04:00
  • 61f63a9346 [commands] Add back dm_help tribool for the provided HelpCommands Rapptz 2019-03-16 03:50:30 -04:00
  • 25acad5de3 [commands] Add commands.Paginator.__len__ Rapptz 2019-03-16 03:38:51 -04:00
  • 70c5f1723f Fix Embed.to_dict to work with TZ aware datetime objects. Rapptz 2019-03-15 05:56:01 -04:00
  • 3527203e07 [commands] Redesign HelpFormatter into HelpCommand Rapptz 2019-03-15 05:54:23 -04:00
  • 27c6d2c923 [commands] Add Cog.description to get the clean docstring. Rapptz 2019-03-14 03:53:19 -04:00
  • c4a21cc1d4 [commands] Add Cog.qualified_name to query the specified cog name. Rapptz 2019-03-13 23:43:29 -04:00
  • 6ffd079cb9 Support path-like objects in Attachment.save. Rapptz 2019-03-13 21:58:56 -04:00
  • 8f7ce7c64e Add support for reading guild descriptions Nadir Chowdhury 2019-03-14 01:24:16 +00:00
  • e18fed6310 Fix imports Nadir Chowdhury 2019-03-14 01:22:40 +00:00
  • 0513ea1f53 [commands] Properly handle typing.Optional as last positional parameter Harmon 2019-03-13 10:05:08 -05:00
  • 7fbdc6e83f Add Embed.copy to do a copy on an embed object. Rapptz 2019-03-13 06:08:21 -04:00
  • 35a330c5d3 Add Embed.__len__ to query total character size of an embed. Rapptz 2019-03-13 06:07:57 -04:00
  • 73aca4d4d3 Expose Embed.from_data as Embed.from_dict Rapptz 2019-03-13 05:59:42 -04:00
  • a70db36cfc Handle type updates in TextChannel._update for news channels. Rapptz 2019-03-12 23:13:22 -04:00
  • e1d9f8f59f [commands] Support staticmethod listeners and disallow them in commands Rapptz 2019-03-12 11:38:43 -04:00
  • 999ac0a0e3 Add Category.create_text_channel/Category.create_voice_channel (#1976) Nadir Chowdhury 2019-03-12 12:16:25 +00:00
  • 8a153bfaad [commands] Refactor quoted_word free function to a StringView method. Rapptz 2019-03-12 05:37:14 -04:00
  • 560783c3d2 [commands] Separate view parsing errors from BadArgument. Rapptz 2019-03-12 05:27:34 -04:00
  • 13b23963ec Add exception hierarchy to the documentation. Rapptz 2019-03-12 01:07:47 -04:00
  • e15b4ef8e4 Revert default parameter use_cached of Attachment.save back to False. Rapptz 2019-03-10 20:12:24 -04:00
  • 8db7b5eb19 Fix volume command in basic voice example Geroyuni 2019-03-09 15:59:32 -03:00
  • 8b8e9a619e Moved http.close to before _closed.set NCPlayz 2019-03-09 14:09:47 +00:00
  • 42a7c4f7e5 Add support for guild banners SnowyLumaandSnowyLuma 2019-03-09 05:48:23 +01:00
  • 616616b847 Add support for guild descriptions Tarek1337 2019-03-08 14:19:38 +01:00
  • 5ea84fb971 Add support for guild news channels. Rapptz 2019-03-08 21:40:43 -05:00
  • e87ca143d3 Bump websockets version to 7.0 Rapptz 2019-03-08 20:18:05 -05:00
  • 03fdd81531 Remove outdated playlist.py example. Rapptz 2019-03-08 20:04:03 -05:00
  • 5516b0b2c9 guild.py: change word in create_role's docstring numbermaniac 2019-03-09 00:00:34 +11:00
  • 84a48c9056 Small inconsistency in documentation Skyweb 2019-03-08 16:17:33 +01:00
  • 52e17d1c2d Add github templates and CONTRIBUTING.md file. Rapptz 2019-03-05 20:57:03 -05:00
  • aceec2009a Have use_cached=True by default for Attachment.save. Rapptz 2019-03-06 20:07:38 -05:00
  • 6f1dff78d4 Added cached saving for attachments Maku 2019-03-06 17:01:18 -05:00
  • d124daef33 Fix non-working example in commands documentation. Rapptz 2019-03-06 02:37:02 -05:00
  • 78459f3ed0 Don't reconnect during 4014/4015 in voice websocket. Rapptz 2019-03-05 19:45:13 -05:00
  • 45af9fa40b [commands] Allow passing of typing.Union into Greedy. Fix #1951 Rapptz 2019-03-03 06:24:35 -05:00
  • 97de4542f7 Add project URLs to setup.py Rapptz 2019-03-02 16:51:09 -05:00
  • df130e10f0 Prevent AttributeError when closing HTTPClient early. Rapptz 2019-03-02 16:48:40 -05:00
  • 63c5892b43 Fix Signature for Greedy/Optional converters Myst(MysterialPy) 2019-03-01 11:51:36 +10:00
  • c960465366 Mock a ConnectionState object to fix wait=True errors in webhooks. Rapptz 2019-03-02 06:14:10 -05:00
  • 311788c7cb Properly clean-up file objects when necessary instead of instantly. Rapptz 2019-03-02 05:52:22 -05:00
  • 076f9bcac7 [commands] Fix name clash overwriting T.__class__.__name__ Rapptz 2019-02-28 19:47:25 -05:00
  • 69f5a70eeb [commands] Allow Converter instances in Greedy. Fix #1939. Rapptz 2019-02-27 21:38:37 -05:00
  • 21a296d538 [commands] Error out when someone passes plain Cog.listener decorator. Rapptz 2019-02-27 21:33:52 -05:00
  • 8beabcc39a Fix typing for Channel.purge's limit kwarg. Steve C 2019-02-27 16:40:32 -05:00
  • 48b60b2eac Prepare fix for aiohttp 4.0 breaking change with session creation. Rapptz 2019-02-27 06:34:13 -05:00
  • 7240d170c1 Update Member.joined_at on MESSAGE_CREATE and document it can be None. Rapptz 2019-02-27 06:23:08 -05:00
  • 757584e651 [commands] Add support for stacking Cog.listener decorator. Rapptz 2019-02-27 04:29:54 -05:00
  • bbc4460c38 Fix Emoji.__hash__ being None. Rapptz 2019-02-26 08:43:10 -05:00
  • 11a0098269 Add new cog methods NCPlayz 2019-02-25 18:25:38 +00:00
  • f6869242ca Update Japanese .po files. Rapptz 2019-02-24 04:10:48 -05:00
  • d5d9164810 [commands] Fix special method detection for regular function objects. Rapptz 2019-02-24 00:24:31 -05:00
  • 3a8214a115 [commands] Remove Bot.get_cog_commands Rapptz 2019-02-23 11:02:19 -05:00
  • ab8e7b7732 [commands] Fix bug in behaviour in the cog inspection methods. Rapptz 2019-02-23 10:51:23 -05:00
  • 7d877e9067 Better jpeg detection in utils._get_mime_type_for_image Rapptz 2019-02-23 10:25:05 -05:00
  • 7ad4425c57 Update copyright years. Rapptz 2019-02-23 09:26:39 -05:00
  • d3bc35a573 [commands] Update stale parent references in subcommands. Rapptz 2019-02-23 09:26:01 -05:00
  • 9827d6eeaf [commands] Fix issue with decorator order with checks and cooldowns Rapptz 2019-02-23 07:41:25 -05:00
  • 10ed41d8a0 [commands] Fix bug with cog bot check once not being unloaded properly. Rapptz 2019-02-23 07:40:00 -05:00
  • 1a0b1dfd29 [commands] Fix attribute access in cogs to commands. Rapptz 2019-02-23 07:38:04 -05:00
  • 04ee10adc4 [commands] Fix bug with local checks and cooldowns not applying. Rapptz 2019-02-23 05:38:35 -05:00
  • ac6e55353a [commands] Copy on_error handlers in Command.copy Rapptz 2019-02-23 05:31:05 -05:00
  • f15cf7c845 [commands] Pass over kwargs to type.__new__ Rapptz 2019-02-23 05:18:24 -05:00
  • a8dd4a826f Document listener changes in the migrating docs. Rapptz 2019-02-23 04:26:03 -05:00
  • caf3d17d4a Rework entire cog system and partially document it and extensions. Rapptz 2019-02-23 04:10:10 -05:00
  • 3f06f247c0 [commands] Fix up wording on HelpFormatter.get_ending_note Rapptz 2019-02-18 16:29:58 -05:00
  • 262717c7d8 [commands] add document comment to HelpFormatter.get_ending_note cod 2019-02-19 00:04:14 +09:00
  • 4e5b4a9b93 Translated ext.commands.HelpFormatter class. cod 2019-02-18 23:53:43 +09:00
  • 41924a8b32 Update Japanese .po files Rapptz 2019-02-18 03:54:27 -05:00
  • 7ab47c223b Add self_video property to VoiceState DerpyChap 2019-02-17 17:10:08 +00:00
  • 8e97a0a248 Log unknown channel warning in WEBHOOK_UPDATE CraftSpider 2019-02-15 11:26:40 -05:00
  • e920fe9a56 Add guild_integrations_update event CraftSpider 2019-02-15 10:41:13 -05:00
  • cfc2e47b4f Manually calculate millisceond epoch rather than bitshifting slice 2019-02-15 23:19:45 -08:00
  • 4ab9c874f8 Fix system_content returning incorrect join messages slice 2019-02-15 22:09:25 -08:00
  • 806295a1be Add remove() to Reaction Myst(MysterialPy) 2019-02-08 18:05:01 +10:00
  • ea0f1ee25f [commands] Add more i18n properties for HelpFormatter cod 2019-02-08 00:24:58 +09:00
  • 60f9ac3062 Fix missing imports Rapptz 2019-02-12 20:25:16 -05:00
  • 5d78f43e55 Expose more information from partial invites, along with counts. Rapptz 2019-02-12 20:21:29 -05:00
  • e2478b17c9 Bump aiohttp requirement and fix AsyncWebhookAdapter Bryan Forbes 2019-02-11 14:47:36 -06:00
  • 4ebe02ab1f Fix documentation typo in CategoryChannel Pedro Cunha 2019-02-07 00:25:31 +00:00
  • 79f172cf80 Add PremiumType enumeration and ClientUser.premium_type Liam H 2019-01-23 17:45:35 -06:00
  • 9765b701f2 Change Activity.application_id from str to int. BluePhoenixGame 2019-01-12 15:59:36 +01:00
  • 700dbb5555 Fix missing import. Rapptz 2019-02-06 02:28:59 -05:00
  • e429763dea Try to optimize for the common ASCII case. Rapptz 2019-02-06 02:11:44 -05:00
  • d107f485a5 [commands] Fix ext.commands help page full-width indentation cod 2019-02-06 09:24:49 +09:00
  • e53c85110f Clarified add_listener documentation Skyweb 2019-02-05 17:00:44 +01:00
  • 8586251089 Use non-deprecated method of acquiring lock Toby Harradine 2019-02-05 09:37:28 +11:00
  • 5fa54d196e Fix typo in API documentation. stuarth 2019-02-03 16:13:01 -05:00
  • a9860bd156 Remove notes about Client.messages Xua 2019-02-03 20:15:14 +13:00
  • bb9f153d29 commands.clean_content: escape || spoilers || Benjamin Mintz 2019-02-01 02:37:32 +00:00
  • 4b22dd216c Fix ReactionIterator for limit > 100 Harmon 2019-01-30 14:14:03 -06:00
  • 1222bce271 Add CategoryChannel.text_channels and voice_channels Chris 2019-01-27 10:44:11 -05:00
  • 9d92939fbe Added support for comparing PermissionOverwrites DevilXD 2019-01-28 22:47:26 +01:00
  • ed76151c70 Warn on high latency and blocking heartbeat Hornwitser 2019-01-26 23:46:32 +01:00
  • 1f4940d171 Fix README.rst for PyPi Hornwitser 2019-01-24 22:16:05 +01:00
  • 9c5259afd7 Update voice code to vws V4 Imayhaveborkedit 2019-01-16 01:35:31 -05:00
  • 883ae8fe80 Fix accidental regression of 9bc48b2 in fa46b07 Hornwitser 2019-01-15 16:04:13 +01:00
  • 9656a21ebe Bumped copyright years to 2019. Dante Dam 2019-01-11 09:25:24 -08:00
  • df6bdb3007 Fix the Context.message example to actually use ctx.message Chris Rrapi 2019-01-09 07:36:43 -05:00