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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add websupport extension to extension list.
Rapptz
2017-12-29
2
-1
/
+2
*
[commands] Document that can_run can raise.
Rapptz
2017-12-29
1
-0
/
+6
*
[commands] Forbid passing a string to aliases in Command.
Rapptz
2017-12-29
1
-0
/
+4
*
Pip version requires require all 3 digits.
Rapptz
2017-12-28
1
-1
/
+1
*
Add some dependencies for RTD.
Rapptz
2017-12-28
1
-1
/
+2
*
Add support for animated emoji to commands ext EmojiConverter
Joshua Butt
2017-12-22
1
-1
/
+1
*
Use the proper endpoint for removing your own reaction.
Rapptz
2017-12-21
2
-1
/
+9
*
Update Emoji.url to point to the GIF version of the animated emoji.
Rapptz
2017-12-21
1
-1
/
+2
*
Animated emoji support.
Rapptz
2017-12-21
1
-1
/
+6
*
Proper variable name in Client.clear.
Rapptz
2017-12-20
1
-1
/
+1
*
Add Client.clear to clear the bot's internal state to a clean slate.
Rapptz
2017-12-16
2
-0
/
+16
*
Update README to point to new server.
Rapptz
2017-11-28
1
-3
/
+3
*
Prefix sha to fix leading zeros being stripped
khazhyk
2017-11-21
1
-1
/
+1
*
Fix self._process not existing during cleanup() in case of error
Daniel
2017-11-21
1
-0
/
+1
*
[commands] Fix minor spelling mistake
S Stewart
2017-11-20
1
-1
/
+1
*
Stop asyncio.async throwing a syntax error in 3.7.
MysterialPy
2017-11-13
1
-1
/
+1
*
Missing Voice Regions
Mippy (William)
2017-11-12
2
-0
/
+11
*
Fixed a zero division error when accessing latencies
verixx
2017-11-12
1
-1
/
+3
*
Fix Spelling Error
Mippy (William)
2017-11-12
1
-1
/
+1
*
Fix Webhook.delete not working.
Rapptz
2017-11-07
1
-1
/
+1
*
Missing name parameter in VoiceChannel.edit documentation.
Rapptz
2017-10-26
1
-0
/
+2
*
Fix URI quoting in Route.
Rapptz
2017-10-24
1
-1
/
+1
*
is_avatar_animated should always return bool
khazhyk
2017-10-24
1
-1
/
+1
*
Quote all Route params
Gorialis
2017-10-20
1
-1
/
+1
*
Use local version identifer for SHA
khazhyk
2017-10-14
1
-1
/
+1
*
Reimplement zlib streaming.
Rapptz
2017-10-14
3
-18
/
+55
*
Show sha1 for development versions.
khazhyk
2017-10-14
1
-1
/
+6
*
Revert "Implement zlib streaming for the gateway."
Rapptz
2017-10-14
2
-26
/
+6
*
Implement zlib streaming for the gateway.
Rapptz
2017-10-12
2
-6
/
+26
*
[commands] Minor speed-up for the BucketType.guild case.
Rapptz
2017-10-08
1
-1
/
+1
*
[commands] Make CooldownMapping.get_bucket take Message instead.
Rapptz
2017-10-08
2
-7
/
+6
*
Fix TypeError in utils.oauth_url
ReinaSakuraba
2017-10-04
1
-1
/
+1
*
[commands] Split Cooldown state processing to two different functions.
MysterialPy
2017-10-03
2
-8
/
+34
*
Further clarify how bots can interact with emoji endpoints
Pandentia
2017-10-03
2
-0
/
+6
*
Remove reference to "whitelisted" bots for emoji endpoints
Pandentia
2017-10-03
2
-9
/
+0
*
Fix AppInfo.id being a string
ReinaSakuraba
2017-10-02
1
-1
/
+1
*
Move pre-emptive message to DEBUG log level.
Rapptz
2017-10-01
1
-1
/
+1
*
Allow creating a channel with a category.
Rapptz
2017-09-29
2
-7
/
+21
*
Fix Guild.system_channel always returning None.
Rapptz
2017-09-26
1
-1
/
+1
*
Don't use Bulk Channel Edit endpoint if not actually moving channels.
Rapptz
2017-09-24
2
-2
/
+5
*
Temporarily add created channels to cache.
Rapptz
2017-09-23
1
-3
/
+15
*
Changed discord.Client.event to debug log success instead of info log.
espeonofespeonage
2017-09-23
1
-1
/
+1
*
Fix margins on <p> tags.
Rapptz
2017-09-22
1
-0
/
+4
*
Properly handle cases where a category is removed.
Rapptz
2017-09-21
1
-1
/
+1
*
Fix header size warnings.
Rapptz
2017-09-21
1
-1
/
+1
*
Add custom details directive.
Rapptz
2017-09-21
2
-1
/
+58
*
More CSS fixes.
Rapptz
2017-09-21
1
-2
/
+9
*
Fix weird margins with unordered lists in the HTML5 output.
Rapptz
2017-09-21
1
-0
/
+9
*
Try to build HTML5 for docs.
Rapptz
2017-09-21
2
-0
/
+3
*
Fix sorting for channels.
Rapptz
2017-09-21
1
-5
/
+5
[next]