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
*
Prevent premium_subscription_count being None
Xua
2019-10-17
1
-1
/
+1
*
Make Guild.default_role use get_role.
Io Mintz
2019-10-17
1
-3
/
+3
*
Add MEMBER_LIST_DISABLED to docs for Guild.features
Capn
2019-10-17
1
-0
/
+1
*
The LURKABLE feature has been renamed to PUBLIC
Evan
2019-09-21
1
-1
/
+1
*
[docs] You can upload gifs using guild.edit()
Dimbreath
2019-09-10
1
-1
/
+2
*
Document that the cache retrieval functions require an int ID.
Rapptz
2019-07-23
1
-3
/
+36
*
Add Guild.query_members to fetch members from the gateway.
Rapptz
2019-07-15
1
-0
/
+40
*
Use Guild.owner_id in Guild.edit when checking if the bot owns a guild.
Rapptz
2019-07-10
1
-1
/
+1
*
Add unused Guild.preferred_locale
Rapptz
2019-06-29
1
-1
/
+6
*
Implement `Guild.fetch_roles`
NCPlayz
2019-06-29
1
-0
/
+24
*
Implement `Guild.fetch_members`
NCPlayz
2019-06-29
1
-1
/
+48
*
Rename error type for `X.fetch_channel(s)`.
NCPlayz
2019-06-12
1
-1
/
+1
*
Fix reference typo in SystemChannelFlags
Rapptz
2019-06-09
1
-1
/
+1
*
Implement `Guild.get_all_premium_subscribers`
NCPlayz
2019-06-08
1
-0
/
+5
*
Document new Guild.features
Rapptz
2019-06-07
1
-3
/
+10
*
Improve documentation
NCPlayz
2019-06-07
1
-13
/
+13
*
Implementing GET '/channels/:id' & '/guilds/:id/channels'
NCPlayz
2019-06-07
1
-0
/
+36
*
Add support for system channel flags
Rapptz
2019-06-06
1
-1
/
+130
*
Fix stray colon in Asset related docstrings
Rapptz
2019-06-04
1
-2
/
+2
*
Add support for animated guild icons.
Rapptz
2019-06-04
1
-6
/
+16
*
Add Guild.premium_subscription_count
Rapptz
2019-06-04
1
-2
/
+6
*
Add Guild.premium_tier and corresponding limits.
Rapptz
2019-06-04
1
-1
/
+30
*
Make __repr__ slightly more detailed and add a few missing ones.
Rapptz
2019-05-26
1
-1
/
+6
*
Fix pluralization errors in various files
Ehren Julien-Neitzert
2019-05-23
1
-1
/
+1
*
Correct the documentation for methods and properties that return Assets
Vexs
2019-05-14
1
-6
/
+6
*
Fixed TextChannel edit method missing slowmode unit
DevilXD
2019-04-29
1
-2
/
+2
*
Add currently undocumented premium_tier field.
Rapptz
2019-04-20
1
-1
/
+2
*
Add compute_prune_count to Guild.prune_members
Rapptz
2019-04-14
1
-5
/
+11
*
Add notes warning that fetch_ methods are api calls
Vexs
2019-04-10
1
-0
/
+13
*
Fix documentation so Sphinx can build semi-cleanly.
Rapptz
2019-04-08
1
-3
/
+3
*
simplify AuditLogIterator ordering
khazhyk
2019-04-07
1
-7
/
+5
*
Add fetch custom emoji, all custom emojis; Add user property to Emoji
NCPlayz
2019-04-06
1
-0
/
+44
*
Redesign asset retrieval in the library.
NCPlayz
2019-04-06
1
-36
/
+10
*
guild.py: change wording for create_role error
numbermaniac
2019-03-24
1
-1
/
+1
*
Add Guild.max_presences and Guild.max_members
NCPlayz
2019-03-22
1
-1
/
+7
*
Add support for guild widget
NCPlayz
2019-03-19
1
-0
/
+26
*
Expose Metadata
NCPlayz
2019-03-19
1
-1
/
+26
*
Organise documentation
NCPlayz
2019-03-19
1
-95
/
+95
*
Add support for store channels.
Rapptz
2019-03-17
1
-5
/
+7
*
Consider news channel type as a TextChannel
Jeremy "EndenDragon" Zhang
2019-03-16
1
-1
/
+1
*
Add support for reading guild descriptions
Nadir Chowdhury
2019-03-13
1
-1
/
+5
*
Add support for guild banners
SnowyLuma
2019-03-09
1
-5
/
+60
*
Add support for guild descriptions
Tarek1337
2019-03-08
1
-0
/
+3
*
guild.py: change word in create_role's docstring
numbermaniac
2019-03-08
1
-1
/
+1
*
Expose more information from partial invites, along with counts.
Rapptz
2019-02-12
1
-5
/
+5
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
Allow additional parameters on channel creation
Tyler
2019-01-28
1
-10
/
+39
*
Fix typo in exception message in Guild.edit
Rapptz
2018-12-17
1
-2
/
+2
*
Add support for explicit_content_filter in Guild.edit
Rapptz
2018-12-17
1
-0
/
+7
*
Add support for mobile indicators and per-client statuses.
Rapptz
2018-12-14
1
-2
/
+2
[next]