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
...
*
Allow `Guild.create_role` to accept an int as the `colour` parameter.
Alex Nørgaard
2020-12-25
1
-1
/
+3
*
Document more guild features
Rapptz
2020-12-22
1
-0
/
+2
*
Add support for editing and deleting webhook messages.
Rapptz
2020-12-09
1
-2
/
+2
*
Update documentation for rules/updates channels
RocketRace
2020-12-03
1
-3
/
+3
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-2
/
+1
*
Fix `UnboundLocalError` for editing `public_updates_channel`
Nadir Chowdhury
2020-11-28
1
-3
/
+3
*
Implement role tags.
Rapptz
2020-11-26
1
-0
/
+24
*
Fix error with templates not having access to member cache flags.
Rapptz
2020-11-21
1
-2
/
+2
*
Raise ClientException when members intent is not enabled on guild.fetch_members
Lukas
2020-11-21
1
-1
/
+8
*
Fixed incorrectly named 'Intent' class in doc.
Nekokatt
2020-09-26
1
-1
/
+1
*
Mention potential Guild.member_count accuracy issues
Rapptz
2020-09-23
1
-1
/
+8
*
Allow finer grained control over the member cache.
Rapptz
2020-09-23
1
-2
/
+3
*
Raise if member intent is not enabled
Rapptz
2020-09-23
1
-0
/
+9
*
Don't cache members during guild start up if cache is disabled.
Rapptz
2020-09-23
1
-1
/
+4
*
Add Guild.chunk and deprecated Client.request_offline_members
Rapptz
2020-09-23
1
-5
/
+21
*
Rewrite chunking to work with intents.
Rapptz
2020-09-23
1
-11
/
+13
*
Implement VoiceProtocol lower level hooks.
Rapptz
2020-09-23
1
-1
/
+1
*
Add COMMUNITY to Guild.features
Alex Nørgaard
2020-09-04
1
-0
/
+1
*
Fix bug with Guild.by_category not showing some channels
Rapptz
2020-08-22
1
-6
/
+6
*
Specify where to get max_members in documentation
Jaime Garcia Jr
2020-07-31
1
-1
/
+5
*
Added exception documentation for Guild.create_voice_channel
Skezza
2020-07-22
1
-0
/
+18
*
Add double backticks for some parameter mentions in the documentation.
Skezza
2020-07-22
1
-1
/
+1
*
Add Guild.change_voice_state to control our voice state.
jack1142
2020-07-22
1
-0
/
+20
*
Documentation formatting
Skezza
2020-06-30
1
-2
/
+2
*
Fix typo with voice_client documentation
Skezza
2020-06-30
1
-1
/
+1
*
[bugs] stop resolving Object for template/invite; remove dupe methods
NCPlayz
2020-06-29
1
-54
/
+11
*
Add support for bulk editing role positions
Nadir Chowdhury
2020-06-28
1
-0
/
+66
*
Add support for integrations
Nadir Chowdhury
2020-06-28
1
-0
/
+96
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-7
/
+17
*
Fix a KeyError for channels with no category in Guild.by_category
Rapptz
2020-06-27
1
-1
/
+4
*
Fix Guild.by_category not showing empty categories.
Rapptz
2020-06-27
1
-2
/
+3
*
Fix error raised when using the roles parameter.
Tarek
2020-06-26
1
-1
/
+1
*
Add user_ids fields for query_members
Tarek
2020-05-29
1
-2
/
+13
*
Fix documentation string for guild.premium_subscription_count
numbermaniac
2020-05-29
1
-1
/
+1
*
Consistent usage of RST inline code within Guild.features references
Rapptz
2020-05-23
1
-9
/
+9
*
Implement some missing attributes of `Guild` (and `Guild.edit`)
NCPlayz
2020-05-23
1
-6
/
+57
*
use `_channel_factory` instead of manual checking in `Guild._sync`
NCPlayz
2020-05-23
1
-9
/
+3
*
fix HTTPException explanation in Guild.fetch_member docs
iomintz
2020-05-06
1
-1
/
+1
*
fix NotificationLevel being suppressed
Xua
2020-05-03
1
-6
/
+4
*
Add roles parameter for pruning members.
unknown
2020-05-03
1
-2
/
+13
*
Fix cases where member_count is equal to 0
Rapptz
2020-04-16
1
-1
/
+1
*
Guild.owner may be None for very large guilds.
Arthur
2020-04-14
1
-1
/
+1
*
Update documentation on guild features to reflect Discord changes
Jake Ward
2020-04-06
1
-2
/
+3
*
Add position argument to Guild.create_category
Ilya Lukyanov
2020-04-04
1
-2
/
+2
*
Add "FEATURABLE" in guild features.
PredaaA
2020-04-04
1
-0
/
+1
*
Guard against the member data not being available in VOICE_STATE_UPDATE
Rapptz
2020-02-01
1
-1
/
+4
*
Use member data from VOICE_STATE_UPDATE if not found in cache
Rapptz
2020-02-01
1
-0
/
+3
*
Fixes and improvements for v1.3 documentation
Harmon
2020-01-22
1
-0
/
+2
*
Drop superfluous zero in version related changes in the documentation
Rapptz
2020-01-21
1
-6
/
+6
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
[prev]
[next]