index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for guild news channels.
Rapptz
2019-03-08
2
-2
/
+11
*
guild.py: change word in create_role's docstring
numbermaniac
2019-03-08
1
-1
/
+1
*
Small inconsistency in documentation
Skyweb
2019-03-08
1
-1
/
+1
*
Have use_cached=True by default for Attachment.save.
Rapptz
2019-03-06
1
-8
/
+8
*
Added cached saving for attachments
Maku
2019-03-06
1
-3
/
+9
*
Don't reconnect during 4014/4015 in voice websocket.
Rapptz
2019-03-05
1
-1
/
+5
*
[commands] Allow passing of typing.Union into Greedy. Fix #1951
Rapptz
2019-03-03
1
-1
/
+1
*
Prevent AttributeError when closing HTTPClient early.
Rapptz
2019-03-02
1
-1
/
+2
*
Fix Signature for Greedy/Optional converters
Myst(MysterialPy)
2019-03-02
1
-1
/
+22
*
Mock a ConnectionState object to fix wait=True errors in webhooks.
Rapptz
2019-03-02
1
-6
/
+37
*
Properly clean-up file objects when necessary instead of instantly.
Rapptz
2019-03-02
1
-19
/
+25
*
[commands] Fix name clash overwriting T.__class__.__name__
Rapptz
2019-02-28
1
-2
/
+2
*
[commands] Allow Converter instances in Greedy. Fix #1939.
Rapptz
2019-02-27
1
-2
/
+2
*
[commands] Error out when someone passes plain Cog.listener decorator.
Rapptz
2019-02-27
1
-1
/
+5
*
Fix typing for Channel.purge's limit kwarg.
Steve C
2019-02-27
1
-1
/
+1
*
Prepare fix for aiohttp 4.0 breaking change with session creation.
Rapptz
2019-02-27
1
-1
/
+3
*
Update Member.joined_at on MESSAGE_CREATE and document it can be None.
Rapptz
2019-02-27
2
-3
/
+28
*
[commands] Add support for stacking Cog.listener decorator.
Rapptz
2019-02-27
1
-2
/
+7
*
Fix Emoji.__hash__ being None.
Rapptz
2019-02-26
1
-2
/
+4
*
Add new cog methods
NCPlayz
2019-02-26
1
-9
/
+17
*
[commands] Fix special method detection for regular function objects.
Rapptz
2019-02-24
1
-3
/
+12
*
[commands] Remove Bot.get_cog_commands
Rapptz
2019-02-23
1
-25
/
+0
*
[commands] Fix bug in behaviour in the cog inspection methods.
Rapptz
2019-02-23
1
-5
/
+10
*
Better jpeg detection in utils._get_mime_type_for_image
Rapptz
2019-02-23
1
-1
/
+1
*
Update copyright years.
Rapptz
2019-02-23
2
-2
/
+2
*
[commands] Update stale parent references in subcommands.
Rapptz
2019-02-23
1
-0
/
+14
*
[commands] Fix issue with decorator order with checks and cooldowns
Rapptz
2019-02-23
2
-0
/
+9
*
[commands] Fix bug with cog bot check once not being unloaded properly.
Rapptz
2019-02-23
1
-1
/
+1
*
[commands] Fix attribute access in cogs to commands.
Rapptz
2019-02-23
1
-0
/
+4
*
[commands] Fix bug with local checks and cooldowns not applying.
Rapptz
2019-02-23
1
-2
/
+0
*
[commands] Copy on_error handlers in Command.copy
Rapptz
2019-02-23
1
-0
/
+4
*
[commands] Pass over kwargs to `type.__new__`
Rapptz
2019-02-23
1
-1
/
+1
*
Rework entire cog system and partially document it and extensions.
Rapptz
2019-02-23
7
-158
/
+500
*
[commands] Fix up wording on HelpFormatter.get_ending_note
Rapptz
2019-02-18
1
-1
/
+1
*
[commands] add document comment to HelpFormatter.get_ending_note
cod
2019-02-19
1
-0
/
+1
*
Add self_video property to VoiceState
DerpyChap
2019-02-18
1
-2
/
+5
*
Log unknown channel warning in WEBHOOK_UPDATE
CraftSpider
2019-02-18
1
-2
/
+3
*
Add guild_integrations_update event
CraftSpider
2019-02-18
1
-0
/
+7
*
Manually calculate millisceond epoch rather than bitshifting
slice
2019-02-15
1
-4
/
+6
*
Fix system_content returning incorrect join messages
slice
2019-02-15
1
-4
/
+6
*
Add `remove()` to Reaction
Myst(MysterialPy)
2019-02-14
1
-0
/
+28
*
[commands] Add more i18n properties for HelpFormatter
cod
2019-02-14
1
-3
/
+12
*
Fix missing imports
Rapptz
2019-02-12
1
-1
/
+3
*
Expose more information from partial invites, along with counts.
Rapptz
2019-02-12
5
-27
/
+176
*
Bump aiohttp requirement and fix AsyncWebhookAdapter
Bryan Forbes
2019-02-12
1
-1
/
+1
*
Fix documentation typo in CategoryChannel
Pedro Cunha
2019-02-12
1
-1
/
+1
*
Add PremiumType enumeration and ClientUser.premium_type
Liam H
2019-02-12
2
-3
/
+11
*
Change Activity.application_id from `str` to `int`.
BluePhoenixGame
2019-02-12
1
-2
/
+3
*
Fix missing import.
Rapptz
2019-02-06
1
-2
/
+2
*
Try to optimize for the common ASCII case.
Rapptz
2019-02-06
1
-3
/
+10
[prev]
[next]