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
*
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
*
Add Guild.chunked property.
Rapptz
2017-01-08
1
-2
/
+16
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
1
-0
/
+8
*
Fix bug that made member roles go missing.
Rapptz
2017-01-03
1
-7
/
+0
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-15
/
+13
*
Add useful repr to all data classes.
Rapptz
2017-01-03
1
-0
/
+4
*
Fix documentation to work.
Rapptz
2017-01-03
1
-7
/
+7
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-13
/
+15
*
Change dict value views into lists.
Rapptz
2017-01-03
1
-21
/
+29
*
Re-add support for reactions.
Rapptz
2017-01-03
1
-2
/
+2
*
Make emojis and members stateful.
Rapptz
2017-01-03
1
-0
/
+78
*
Make roles and guilds stateful.
Rapptz
2017-01-03
1
-2
/
+307
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-0
/
+377