1738 Commits (70c5f1723ff5c872e37c3993a7843f6493f0c6aa)
 

Author SHA1 Message Date
Rapptz 70c5f1723f Fix Embed.to_dict to work with TZ aware datetime objects. 6 years ago
Rapptz 3527203e07 [commands] Redesign HelpFormatter into HelpCommand 6 years ago
Rapptz 27c6d2c923 [commands] Add Cog.description to get the clean docstring. 6 years ago
Rapptz c4a21cc1d4 [commands] Add Cog.qualified_name to query the specified cog name. 6 years ago
Rapptz 6ffd079cb9 Support path-like objects in Attachment.save. 6 years ago
Nadir Chowdhury 8f7ce7c64e Add support for reading guild descriptions 6 years ago
Nadir Chowdhury e18fed6310 Fix imports 6 years ago
Harmon 0513ea1f53 [commands] Properly handle typing.Optional as last positional parameter 6 years ago
Rapptz 7fbdc6e83f Add Embed.copy to do a copy on an embed object. 6 years ago
Rapptz 35a330c5d3 Add Embed.__len__ to query total character size of an embed. 6 years ago
Rapptz 73aca4d4d3 Expose Embed.from_data as Embed.from_dict 6 years ago
Rapptz a70db36cfc Handle type updates in TextChannel._update for news channels. 6 years ago
Rapptz e1d9f8f59f [commands] Support staticmethod listeners and disallow them in commands 6 years ago
Nadir Chowdhury 999ac0a0e3 Add Category.create_text_channel/Category.create_voice_channel (#1976) 6 years ago
Rapptz 8a153bfaad [commands] Refactor quoted_word free function to a StringView method. 6 years ago
Rapptz 560783c3d2 [commands] Separate view parsing errors from BadArgument. 6 years ago
Rapptz 13b23963ec Add exception hierarchy to the documentation. 6 years ago
Rapptz e15b4ef8e4 Revert default parameter use_cached of Attachment.save back to False. 6 years ago
Geroyuni 8db7b5eb19 Fix volume command in basic voice example 6 years ago
NCPlayz 8b8e9a619e Moved http.close to before _closed.set 6 years ago
SnowyLuma 42a7c4f7e5 Add support for guild banners 6 years ago
Tarek1337 616616b847 Add support for guild descriptions 6 years ago
Rapptz 5ea84fb971 Add support for guild news channels. 6 years ago
Rapptz e87ca143d3 Bump websockets version to 7.0 6 years ago
Rapptz 03fdd81531 Remove outdated playlist.py example. 6 years ago
numbermaniac 5516b0b2c9 guild.py: change word in create_role's docstring 6 years ago
Skyweb 84a48c9056 Small inconsistency in documentation 6 years ago
Rapptz 52e17d1c2d Add github templates and CONTRIBUTING.md file. 6 years ago
Rapptz aceec2009a Have use_cached=True by default for Attachment.save. 6 years ago
Maku 6f1dff78d4 Added cached saving for attachments 6 years ago
Rapptz d124daef33 Fix non-working example in commands documentation. 6 years ago
Rapptz 78459f3ed0 Don't reconnect during 4014/4015 in voice websocket. 6 years ago
Rapptz 45af9fa40b [commands] Allow passing of typing.Union into Greedy. Fix #1951 6 years ago
Rapptz 97de4542f7 Add project URLs to setup.py 6 years ago
Rapptz df130e10f0 Prevent AttributeError when closing HTTPClient early. 6 years ago
Myst(MysterialPy) 63c5892b43 Fix Signature for Greedy/Optional converters 6 years ago
Rapptz c960465366 Mock a ConnectionState object to fix wait=True errors in webhooks. 6 years ago
Rapptz 311788c7cb Properly clean-up file objects when necessary instead of instantly. 6 years ago
Rapptz 076f9bcac7 [commands] Fix name clash overwriting T.__class__.__name__ 6 years ago
Rapptz 69f5a70eeb [commands] Allow Converter instances in Greedy. Fix #1939. 6 years ago
Rapptz 21a296d538 [commands] Error out when someone passes plain Cog.listener decorator. 6 years ago
Steve C 8beabcc39a
Fix typing for Channel.purge's limit kwarg. 6 years ago
Rapptz 48b60b2eac Prepare fix for aiohttp 4.0 breaking change with session creation. 6 years ago
Rapptz 7240d170c1 Update Member.joined_at on MESSAGE_CREATE and document it can be None. 6 years ago
Rapptz 757584e651 [commands] Add support for stacking Cog.listener decorator. 6 years ago
Rapptz bbc4460c38 Fix Emoji.__hash__ being None. 6 years ago
NCPlayz 11a0098269 Add new cog methods 6 years ago
Rapptz f6869242ca Update Japanese .po files. 6 years ago
Rapptz d5d9164810 [commands] Fix special method detection for regular function objects. 6 years ago
Rapptz 3a8214a115 [commands] Remove Bot.get_cog_commands 6 years ago