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
*
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
1
-0
/
+2
*
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
*
Reimplement zlib streaming.
Rapptz
2017-10-14
3
-18
/
+55
*
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
*
Properly handle cases where a category is removed.
Rapptz
2017-09-21
1
-1
/
+1
*
Fix sorting for channels.
Rapptz
2017-09-21
1
-5
/
+5
*
[guild] use a defaultdict in by_category
Jake
2017-09-20
1
-8
/
+3
*
Add webhook.url
rooni
2017-09-18
1
-0
/
+5
*
Add an example for on_reaction_add waiting.
Rapptz
2017-09-18
1
-0
/
+19
*
Change how coroutines are detected internally.
Rapptz
2017-09-16
1
-3
/
+4
*
Clarify VoiceClient.disconnect docs a little more.
Rapptz
2017-09-16
1
-1
/
+1
*
Fix typo in http.create_channel
Harmon
2017-09-13
1
-2
/
+2
*
Fix error when creating guild channels.
Rapptz
2017-09-13
1
-2
/
+2
*
[commands] Add CategoryChannelConverter
Rapptz
2017-09-13
1
-1
/
+42
*
Add Guild.create_category.
Rapptz
2017-09-13
1
-2
/
+12
*
Fix grammar in abc docs, add new implementation
Steve C
2017-09-13
1
-4
/
+5
*
Add category support.
Rapptz
2017-09-13
6
-32
/
+238
*
[commands] Fix NameError when given an invalid prefix.
Rapptz
2017-09-12
1
-1
/
+1
*
Document new features for guilds.
Rapptz
2017-09-12
1
-0
/
+2
*
Fix crashing for now when a category is created.
Rapptz
2017-09-08
2
-2
/
+7
*
Fix docstrings for Webhook.send
Rapptz
2017-09-08
1
-17
/
+20
*
Attempt to change how member functions are detected for Member objects
Rapptz
2017-09-04
1
-1
/
+1
*
Fix __hash__ for Invite objects.
Rapptz
2017-09-04
1
-0
/
+3
*
[commands] Have (bot_)has_permissions provide better failure responses
ReinaSakuraba
2017-08-30
1
-2
/
+21
*
[commands] Add MissingPermissions and BotMissingPermissions
ReinaSakuraba
2017-08-30
1
-1
/
+43
*
Manually format reason parameter for kick and ban.
Rapptz
2017-08-30
1
-2
/
+6
*
Fix utils.get example.
Rapptz
2017-08-30
1
-1
/
+1
[next]