74 Commits (3d03dbc45179f645b59838729047e896cc387049)

Author SHA1 Message Date
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Vexs 262c0d3a9e Correct note note about editing emoji in Guild.create_custom_emoji. 7 years ago
Rapptz 5c24e69cf2 Fix up the Sphinx strings causing warnings. 7 years ago
PikalaxALT 0e6082c57d Implement roles kwarg for guild.create_custom_emoji and emoji.edit 7 years ago
bmintz ec3435b224 Remove remaining asyncio.coroutine calls. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Rapptz 07a535f514 Document user parameter in Guild.get_ban 7 years ago
slice 9fe7776a33
Add support for getting individual ban entries 7 years ago
Rapptz 95de4d1df1 Actually fix the order in Guild.by_category. 7 years ago
Rapptz 87a7efc410 Flip comparison in Guild.by_category. 7 years ago
Rapptz 796ff6d7e6 Sort voice channels below text channels in Guild.by_category 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Pandentia b22f7c76c5 Further clarify how bots can interact with emoji endpoints 8 years ago
Pandentia 51a696e674 Remove reference to "whitelisted" bots for emoji endpoints 8 years ago
Rapptz 711dfb83ab Allow creating a channel with a category. 8 years ago
Rapptz 6d6ce14d7c Fix Guild.system_channel always returning None. 8 years ago
Rapptz 148816c4e8 Temporarily add created channels to cache. 8 years ago
Rapptz 95c28f08e4 Fix sorting for channels. 8 years ago
Jake 3e00e7fe8a [guild] use a defaultdict in by_category 8 years ago
Rapptz 7b2e06c263 Fix error when creating guild channels. 8 years ago
Rapptz 7df8897e3d Add Guild.create_category. 8 years ago
Rapptz 53b4890435 Add category support. 8 years ago
Rapptz 3cd1fdc1eb Document new features for guilds. 8 years ago
Rapptz 1367877d36 Fix crashing for now when a category is created. 8 years ago
Rapptz 37b0fdb898 Add webhook support. 8 years ago
Rapptz 13c6a0a17a Add support for Guild.system_channel 8 years ago
Rapptz e493f1f2f4 Remove Guild.create_invite too since it relies on a default channel. 8 years ago
Rapptz 3dc1195637 Remove Guild.default_channel 8 years ago
khazhyk 2c4876f2e7 add Guild.icon_url_as 8 years ago
Rapptz 06c99533de Fix passing None to afk_channel in Guild.edit. 8 years ago
Rapptz a8474ed6d3 Document that exceptions happen in Guild.audit_logs. 8 years ago
Rapptz f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz f4e01b3a92 Make supported operations stand out more than attributes. 8 years ago
Rapptz f73eb087c9 Use describe instead of tables for supported operations. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz 8081a654e8 Remove Guild.change_vanity_invite in favour of Guild.edit 8 years ago
Rapptz a0fc1402d7 Rename GuildRegion to VoiceRegion. 8 years ago
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz ba2dad2093 Add support for setting and retrieving guild vanity invites. 8 years ago
Twentysix 86b9099f3a Changed audit_log to audit_logs in documentation 8 years ago
Rapptz c54a6a927d Implement audit logs. 8 years ago
Rapptz 65bd510df6 Add Guild.voice_client shortcut. 8 years ago
Rapptz 728fae9285 Add Guild.explicit_content_filter. 8 years ago
Rapptz 9fcbe5c678 Sort Guild.text_channels and Guild.voice_channels in UI order. 8 years ago
Rapptz 9a1215e13b Add support for message acking. 8 years ago
Rapptz b2ffeac297 Make Guild.large a property instead of an attribute. 8 years ago
Rapptz 6516932e67 Fix Guild.bans to return a BanEntry object. 8 years ago
Rapptz 3504de4635 Fix more places where server is used instead of guild in docstrings. 8 years ago