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
*
[docs] Fix various unresolved references
Nadir Chowdhury
2021-04-15
1
-3
/
+3
*
Add StageChannel to abc.GuildChannel docs
pikaninja
2021-04-13
1
-0
/
+1
*
Add support for role objects in GuildChannel.permissions_for
Rapptz
2021-04-11
1
-8
/
+44
*
First pass at supporting v8 API
Rapptz
2021-04-11
1
-15
/
+24
*
Added discord.StageChannel in documentation
TheOneMusic
2021-04-10
1
-0
/
+1
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-1
/
+1
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+9
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-4
/
+7
*
Use typing.Protocol instead of abc.ABCMeta
James
2021-04-04
1
-59
/
+53
*
Convert two missing places to f-strings
Rapptz
2021-04-04
1
-1
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-2
/
+0
*
Implement voice region changing for voice channels
Tarek
2021-04-01
1
-0
/
+7
*
Raise error if position could not be resolved in GuildChannel.move
Rapptz
2021-03-30
1
-3
/
+6
*
Return early if no kwargs are given to GuildChannel.move
Rapptz
2021-03-30
1
-0
/
+3
*
Ignore moving category channels to another category
Rapptz
2021-03-30
1
-0
/
+1
*
Add GuildChannel.move helper method to help with moving channels
Rapptz
2021-03-30
1
-0
/
+114
*
remove trailing whitespace
Nadir Chowdhury
2021-03-13
1
-2
/
+2
*
Allow for callable class factories in abc.Connectable.connect
SuzuZusu
2021-02-24
1
-3
/
+4
*
fix mention_author in send causing unexpected allowed mentions
Sebastian Law
2021-02-24
1
-1
/
+2
*
Add support for the new permission serialization scheme.
Rapptz
2021-02-18
1
-4
/
+4
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Fix wrong documented permission for GuildChannel.invites()
Misa
2020-12-07
1
-1
/
+1
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-1
/
+1
*
Code cleanup involving enums and message replies
Rapptz
2020-11-27
1
-8
/
+5
*
Implement discord.Message.reply
PikalaxALT
2020-11-26
1
-6
/
+38
*
Properly document that categories throw 404's on create_invite.
webtax-gh
2020-11-21
1
-1
/
+4
*
Properly insert at the end if position is not found when moving.
Rapptz
2020-10-17
1
-1
/
+1
*
Intern status and overwrite strings
Rapptz
2020-09-23
1
-1
/
+2
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-6
/
+13
*
Fix and add documentation
Michael
2020-09-23
1
-0
/
+5
*
Fix allowed_mentions when sending files
Xua
2020-09-20
1
-1
/
+1
*
Revert "Add fetch_message_fast using history endpoint"
Rapptz
2020-09-14
1
-37
/
+0
*
Add missing permission in clone documentation
Duck
2020-09-11
1
-0
/
+3
*
Fix comparison for overwrites when checking if a channel is synced
Dan Hess
2020-09-09
1
-1
/
+1
*
Add fetch_message_fast using history endpoint
khazhyk
2020-09-07
1
-0
/
+37
*
Fix issue with empty overwrites
parafoxia
2020-08-25
1
-1
/
+1
*
Document merging behaviour of AllowedMentions in Messageable.send
Rapptz
2020-08-22
1
-1
/
+6
*
Optimize Channel.permissions_for by not creating temporary objects
Rapptz
2020-08-01
1
-11
/
+7
*
Don't use a namedtuple for _Overwrites
Rapptz
2020-07-08
1
-2
/
+16
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-4
/
+4
*
Allow editing of channel types for news and text channels
NCPlayz
2020-05-29
1
-0
/
+10
*
Specify the unit for `max_age` arg in `GuildChannel.create_invite()`
jack1142
2020-05-07
1
-1
/
+1
*
Documentation fixups for allowed mentions
Rapptz
2020-04-04
1
-1
/
+1
*
Rename allowed mention parameters to allowed_mentions
Rapptz
2020-04-04
1
-9
/
+10
*
Fix various implementation bugs with allowed mentions
Rapptz
2020-04-04
1
-0
/
+2
*
Add support for configuring allowed mentions per message or bot wide.
Rapptz
2020-04-04
1
-3
/
+15
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-1
/
+1
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Fix bug preventing movement of channels when there are gaps in position
Rapptz
2020-01-12
1
-5
/
+3
*
Allow editing of overwrites in Channel.edit()
CapnS
2019-12-04
1
-0
/
+22
[next]