141 Commits (89456022cf952a0d094d3ed438e279db02535632)

Author SHA1 Message Date
Nadir Chowdhury 89456022cf
Add `__all__` to remaining modules 4 years ago
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC. 4 years ago
James 34ab772653
Use typing.Protocol instead of abc.ABCMeta 4 years ago
Rapptz 94bd1b9822 Convert two missing places to f-strings 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Tarek 6524869ddd
Implement voice region changing for voice channels 4 years ago
Rapptz 0c3be9713d Raise error if position could not be resolved in GuildChannel.move 4 years ago
Rapptz 7f0db1f35a Return early if no kwargs are given to GuildChannel.move 4 years ago
Rapptz a30ad6acf2 Ignore moving category channels to another category 4 years ago
Rapptz b850c9cd5d Add GuildChannel.move helper method to help with moving channels 4 years ago
Nadir Chowdhury 7d345e8e4e
remove trailing whitespace 4 years ago
SuzuZusu b903066e4d
Allow for callable class factories in abc.Connectable.connect 4 years ago
Sebastian Law 2f15e7d8e4
fix mention_author in send causing unexpected allowed mentions 4 years ago
Rapptz 272339d5e6 Add support for the new permission serialization scheme. 5 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Misa fff2234823
Fix wrong documented permission for GuildChannel.invites() 4 years ago
Nadir Chowdhury 6b803acde4
[chore] Remove redundant imports 4 years ago
Rapptz bd6ab93348 Code cleanup involving enums and message replies 4 years ago
PikalaxALT d1cb30cccf
Implement discord.Message.reply 4 years ago
webtax-gh 25f23ec113 Properly document that categories throw 404's on create_invite. 4 years ago
Rapptz b9e1bdf87e Properly insert at the end if position is not found when moving. 5 years ago
Rapptz f2de794bde Intern status and overwrite strings 5 years ago
Rapptz 0b93fa3a82 Implement VoiceProtocol lower level hooks. 5 years ago
Michael 93fa46713a
Fix and add documentation 5 years ago
Xua 6ae615baae
Fix allowed_mentions when sending files 5 years ago
Rapptz 986adae108 Revert "Add fetch_message_fast using history endpoint" 5 years ago
Duck ddc4ad24f4
Add missing permission in clone documentation 5 years ago
Dan Hess a1a4a4fd7f
Fix comparison for overwrites when checking if a channel is synced 5 years ago
khazhyk a309088ae4
Add fetch_message_fast using history endpoint 5 years ago
parafoxia 1f4f010e51
Fix issue with empty overwrites 5 years ago
Rapptz 45752ab354 Document merging behaviour of AllowedMentions in Messageable.send 5 years ago
Rapptz 14fd3dbaa7 Optimize Channel.permissions_for by not creating temporary objects 5 years ago
Rapptz 0bc15fa130 Don't use a namedtuple for _Overwrites 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
NCPlayz bd1420b5f0 Allow editing of channel types for news and text channels 5 years ago
jack1142 fbb7add01a Specify the unit for `max_age` arg in `GuildChannel.create_invite()` 5 years ago
Rapptz 8ff285fcbc Documentation fixups for allowed mentions 5 years ago
Rapptz d853a57e86 Rename allowed mention parameters to allowed_mentions 5 years ago
Rapptz 481b335f2d Fix various implementation bugs with allowed mentions 5 years ago
Rapptz 041785937e Add support for configuring allowed mentions per message or bot wide. 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz e91675291e Fix bug preventing movement of channels when there are gaps in position 5 years ago
CapnS 072cef3bb6 Allow editing of overwrites in Channel.edit() 6 years ago
Devon R f5ebf42e1f Return invites as https, various URL normalization 5 years ago
apple502j 7d7eabb974 Make permissions_synced actually return False 6 years ago
Rapptz 3dc9f40be7 Add versionadded string to GuildChannel.permissions_synced 6 years ago
Capn 125a5676b8 Add permissions_synced to abc.GuildChannel 6 years ago
Rapptz 87c2508199 Explicitly mention discord.Object in abc.Snowflake documentation. 6 years ago
Rapptz cddcc6d6b6 abc.Messageable do not have to implement abc.Snowflake 6 years ago