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
/
guild.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split Game object to separate Activity subtypes for Rich Presences.
Rapptz
2018-03-05
1
-3
/
+2
*
Add intersphinx
Tobotimus
2018-01-06
1
-16
/
+16
*
Further clarify how bots can interact with emoji endpoints
Pandentia
2017-10-03
1
-0
/
+2
*
Remove reference to "whitelisted" bots for emoji endpoints
Pandentia
2017-10-03
1
-5
/
+0
*
Allow creating a channel with a category.
Rapptz
2017-09-29
1
-6
/
+17
*
Fix Guild.system_channel always returning None.
Rapptz
2017-09-26
1
-1
/
+1
*
Temporarily add created channels to cache.
Rapptz
2017-09-23
1
-3
/
+15
*
Fix sorting for channels.
Rapptz
2017-09-21
1
-5
/
+5
*
[guild] use a defaultdict in by_category
Jake
2017-09-20
1
-8
/
+3
*
Fix error when creating guild channels.
Rapptz
2017-09-13
1
-2
/
+2
*
Add Guild.create_category.
Rapptz
2017-09-13
1
-2
/
+12
*
Add category support.
Rapptz
2017-09-13
1
-4
/
+50
*
Document new features for guilds.
Rapptz
2017-09-12
1
-0
/
+2
*
Fix crashing for now when a category is created.
Rapptz
2017-09-08
1
-2
/
+3
*
Add webhook support.
Rapptz
2017-08-21
1
-0
/
+23
*
Add support for Guild.system_channel
Rapptz
2017-08-17
1
-1
/
+23
*
Remove Guild.create_invite too since it relies on a default channel.
Rapptz
2017-07-31
1
-38
/
+0
*
Remove Guild.default_channel
Rapptz
2017-07-31
1
-7
/
+7
*
add Guild.icon_url_as
khazhyk
2017-07-25
1
-1
/
+35
*
Fix passing None to afk_channel in Guild.edit.
Rapptz
2017-06-19
1
-3
/
+11
*
Document that exceptions happen in Guild.audit_logs.
Rapptz
2017-05-25
1
-0
/
+7
*
Use Python3Lexer instead of PythonLexer for pygments.
Rapptz
2017-05-22
1
-2
/
+2
*
Make supported operations stand out more than attributes.
Rapptz
2017-05-20
1
-8
/
+10
*
Use describe instead of tables for supported operations.
Rapptz
2017-05-13
1
-13
/
+15
*
First pass at documentation reform.
Rapptz
2017-05-12
1
-4
/
+4
*
Remove Guild.change_vanity_invite in favour of Guild.edit
Rapptz
2017-05-09
1
-29
/
+11
*
Rename GuildRegion to VoiceRegion.
Rapptz
2017-05-09
1
-4
/
+4
*
Add support for audit log reasons.
Rapptz
2017-05-07
1
-20
/
+42
*
Add support for setting and retrieving guild vanity invites.
Rapptz
2017-04-30
1
-0
/
+55
*
Changed audit_log to audit_logs in documentation
Twentysix
2017-04-30
1
-1
/
+1
*
Implement audit logs.
Rapptz
2017-04-30
1
-4
/
+66
*
Add Guild.voice_client shortcut.
Rapptz
2017-04-18
1
-1
/
+5
*
Add Guild.explicit_content_filter.
Rapptz
2017-04-12
1
-2
/
+6
*
Sort Guild.text_channels and Guild.voice_channels in UI order.
Rapptz
2017-03-23
1
-4
/
+14
*
Add support for message acking.
Rapptz
2017-02-27
1
-1
/
+21
*
Make Guild.large a property instead of an attribute.
Rapptz
2017-02-24
1
-7
/
+17
*
Fix Guild.bans to return a BanEntry object.
Rapptz
2017-02-16
1
-4
/
+15
*
Fix more places where server is used instead of guild in docstrings.
Rapptz
2017-02-08
1
-1
/
+1
*
Fix support for instant invites.
Rapptz
2017-02-08
1
-1
/
+37
*
Faster implementation of Guild.default_channel.
Rapptz
2017-01-29
1
-4
/
+4
*
Change Role.is_everyone to Role.is_default.
Rapptz
2017-01-29
1
-5
/
+5
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Reimplement Guild.me property without patching it in.
Rapptz
2017-01-18
1
-6
/
+8
*
Use the improved role creation endpoint for making roles.
Rapptz
2017-01-13
1
-8
/
+47
*
Use CDN URL for Guild.icon_url.
Rapptz
2017-01-09
1
-1
/
+1
*
Fix typo in Guild.invites
Rapptz
2017-01-09
1
-1
/
+1
*
Add Guild.create_text_channel and Guild.create_voice_channel.
Rapptz
2017-01-08
1
-0
/
+97
*
Add ability to edit guild invite splashes.
Rapptz
2017-01-08
1
-0
/
+16
*
VoiceChannel.voice_members is now computed when needed.
Rapptz
2017-01-08
1
-17
/
+0
*
Fix bug that caused Guild instances to be in VoiceChannel.voice_members
Rapptz
2017-01-08
1
-1
/
+1
[next]