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
*
[commands] First pass in making commands ext work again.
Rapptz
2017-01-03
3
-10
/
+70
*
Fix documentation to work.
Rapptz
2017-01-03
2
-13
/
+31
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
14
-88
/
+108
*
Rename MessageChannel.send_message to send and unify interface.
Rapptz
2017-01-03
2
-66
/
+44
*
Remove no longer used functions in Client.
Rapptz
2017-01-03
1
-1850
/
+1
*
Add Message.clear_reactions
Rapptz
2017-01-03
1
-0
/
+18
*
Change dict value views into lists.
Rapptz
2017-01-03
3
-27
/
+35
*
Re-add support for embeds.
Rapptz
2017-01-03
2
-5
/
+19
*
Make Message.embeds to be based on discord.Embed
Rapptz
2017-01-03
1
-5
/
+4
*
Re-add support for reactions.
Rapptz
2017-01-03
6
-88
/
+238
*
Rename try_insert_user to store_user
Rapptz
2017-01-03
5
-13
/
+13
*
Make emojis and members stateful.
Rapptz
2017-01-03
6
-10
/
+335
*
Make roles and guilds stateful.
Rapptz
2017-01-03
3
-4
/
+417
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
24
-630
/
+632
*
Stateful Message and remove Invite.xkcd since it is removed.
Rapptz
2017-01-03
3
-16
/
+221
*
Add MessageChannel.typing context manager for prolonged typing.
Rapptz
2017-01-03
2
-0
/
+75
*
Split channel types.
Rapptz
2017-01-03
10
-174
/
+715
*
[commands] Bot skip check now works with the new __eq__ changes.
Rapptz
2017-01-03
1
-2
/
+5
*
Slots use tuples instead now.
Rapptz
2017-01-03
7
-8
/
+8
*
Add some basic ABCs.
Rapptz
2017-01-03
2
-1
/
+78
*
Switch IDs to use int instead of str
Rapptz
2017-01-03
10
-109
/
+114
*
Remove Message.timestamp and make Message.channel_mentions lazy.
Rapptz
2017-01-03
1
-46
/
+60
*
Optimise VoiceState for memory.
Rapptz
2017-01-03
4
-83
/
+76
*
Begin working on the rewrite.
Rapptz
2017-01-03
11
-242
/
+321
*
Add ability to set opus encoder input signal type.
Kyle Repinski
2017-01-03
1
-0
/
+19
*
[commands] Bugfix on the teardown function call.
PapyrusThePlant
2017-01-01
1
-1
/
+1
*
Chunk every guild if it's a user bot.
Rapptz
2016-12-24
1
-3
/
+4
*
Support animated avatars in User.avatar_url.
Rapptz
2016-12-23
1
-1
/
+6
*
Properly propagate loop. Fixes #420.
Rapptz
2016-12-21
4
-9
/
+12
*
Version bump to v0.16.0.
v0.16.0
Rapptz
2016-12-19
2
-2
/
+27
*
[commands] Shield against dictionary resize in Bot.close
Rapptz
2016-12-17
1
-2
/
+2
*
[commands] Unload all cogs when gracefully exiting bot.
Rapptz
2016-12-17
1
-0
/
+6
*
[commands] Properly propagate CommandError derived exceptions.
Rapptz
2016-12-17
1
-0
/
+2
*
[commands] Add special extension function 'teardown' for clean-up.
Rapptz
2016-12-17
1
-4
/
+14
*
[commands] Unload all extensions when gracefully closing bot.
Rapptz
2016-12-17
1
-0
/
+10
*
Add Channel.overwrites to get a channel's permission overwrites.
Rapptz
2016-12-17
1
-0
/
+28
*
Add support for partnered servers. Fixes #387.
Rapptz
2016-12-17
2
-11
/
+45
*
Timeout waiting for chunking.
Rapptz
2016-12-16
1
-4
/
+10
*
Discard null sequences in the gateway.
Rapptz
2016-12-16
1
-4
/
+4
*
[commands] Run global checks in help formatter.
khazhyk
2016-12-16
1
-1
/
+1
*
Fix typo in wait_for_reaction documentation.
Rapptz
2016-12-07
1
-2
/
+2
*
Fix role comparisons.
Rapptz
2016-12-02
1
-1
/
+1
*
Make FAQ use change_presence instead of change_status.
Rapptz
2016-11-30
1
-4
/
+4
*
Version bump to v0.15.1
v0.15.1
Rapptz
2016-11-30
2
-2
/
+9
*
Fix crash on duplicate or out of order reactions.
khazhyk
2016-11-30
1
-2
/
+5
*
Version bump to v0.15.0
v0.15.0
Rapptz
2016-11-22
2
-3
/
+25
*
[commands] Remove slots on Context.
Rapptz
2016-11-22
1
-3
/
+0
*
Make discord.Embed builder more strict and easier to use.
Rapptz
2016-11-22
1
-70
/
+147
*
Add PermissionOverwrite.is_empty to query empty state of an overwrite.
Rapptz
2016-11-21
1
-0
/
+8
*
Add Permissions.update and PermissionOverwrite.update for bulk edits.
Rapptz
2016-11-21
1
-0
/
+38
[next]