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
/
abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add versionadded string to GuildChannel.permissions_synced
Rapptz
2019-08-27
1
-0
/
+2
*
Add permissions_synced to abc.GuildChannel
Capn
2019-08-27
1
-0
/
+10
*
Explicitly mention discord.Object in abc.Snowflake documentation.
Rapptz
2019-08-11
1
-0
/
+3
*
abc.Messageable do not have to implement abc.Snowflake
Rapptz
2019-07-27
1
-2
/
+0
*
Use lower level Guild.owner_id for permission resolution.
Rapptz
2019-07-10
1
-2
/
+1
*
fix documentation for GuildChannel.set_permissions
Xua
2019-06-29
1
-2
/
+3
*
Update Sphinx to 2.1.2
Rapptz
2019-06-28
1
-29
/
+29
*
Publicly expose a type property for all channels.
Rapptz
2019-06-09
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-96
/
+101
*
Ensure message links resolve in the Messageable.pins note.
Rapptz
2019-05-27
1
-2
/
+2
*
Add note that Messageable.pins does not contain Message.reactions
Rapptz
2019-05-27
1
-0
/
+6
*
Fix pluralization errors in various files
Ehren Julien-Neitzert
2019-05-23
1
-1
/
+1
*
Fixed a typo in GuildChannel.overwrites docstring
DevilXD
2019-04-29
1
-1
/
+1
*
Explicit namespacing in the PermissionOverwrite example.
Rapptz
2019-04-19
1
-1
/
+1
*
Add abc.GuildChannel.clone to clone a channel with another name.
Rapptz
2019-04-18
1
-0
/
+40
*
Add delay kwarg to message.delete()
Vexs
2019-04-18
1
-7
/
+1
*
Fix abc.GuildChannel.overwrites returning None keys.
Rapptz
2019-04-14
1
-1
/
+8
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
1
-7
/
+5
*
Make abc.GuildChannel.overwrites return a dictionary
Rapptz
2019-04-06
1
-7
/
+6
*
Add type checking to multi-file send
Dice
2019-03-20
1
-0
/
+2
*
Fix sending multiple files
Dice
2019-03-20
1
-2
/
+1
*
Expose Metadata
NCPlayz
2019-03-19
1
-1
/
+1
*
Organise documentation
NCPlayz
2019-03-19
1
-35
/
+35
*
Take back ownership of files from aiohttp for retrying requests.
Rapptz
2019-03-18
1
-1
/
+1
*
Add support for store channels.
Rapptz
2019-03-17
1
-2
/
+6
*
Fix documentation linking issue in Messageables and Context
Rapptz
2019-03-16
1
-26
/
+26
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Fix import order
Hornwitser
2018-11-24
1
-1
/
+0
*
[lint] Remove redundant exception variables
Hornwitser
2018-11-24
1
-2
/
+2
*
[lint] Limit unneccessarily broad except clauses
Hornwitser
2018-11-24
1
-4
/
+4
*
Change internal representation of roles in Member and Emoji.
Rapptz
2018-09-24
1
-2
/
+9
*
Change internal role storage in Guild to a dict instead of a list.
Rapptz
2018-09-24
1
-3
/
+3
*
Add support for Discord's slow mode.
Rapptz
2018-09-14
1
-0
/
+5
*
Change docstrings to raw-strings
BeatButton
2018-09-14
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-2
/
+2
*
[lint] Remove unused variables
Hornwitser
2018-08-22
1
-1
/
+1
*
Remove dead package references.
Rapptz
2018-06-10
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-62
/
+36
*
Fixes various documentation errors/inconsistencies
Steve C
2018-05-18
1
-4
/
+7
*
abc.GuildChannel.set_permissions can raise NotFound.
Rapptz
2018-05-18
1
-0
/
+2
*
Add intersphinx
Tobotimus
2018-01-06
1
-11
/
+11
*
Don't use Bulk Channel Edit endpoint if not actually moving channels.
Rapptz
2017-09-24
1
-1
/
+4
*
Properly handle cases where a category is removed.
Rapptz
2017-09-21
1
-1
/
+1
*
Fix grammar in abc docs, add new implementation
Steve C
2017-09-13
1
-4
/
+5
*
Add category support.
Rapptz
2017-09-13
1
-3
/
+48
*
Remove reason keyword argument from message deletion.
Rapptz
2017-08-15
1
-5
/
+2
*
Remove GuildChannel.is_default
SinisterRectus
2017-08-08
1
-11
/
+1
*
Add documentation examples for AsyncIterator and change_presence.
Gorialis
2017-08-08
1
-2
/
+1
*
Handle everyone role having top priority in permission resolution.
Rapptz
2017-07-07
1
-2
/
+13
*
Rename AsyncIterator.get to next to prevent shadowing.
Rapptz
2017-07-04
1
-1
/
+1
[next]