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
*
Rewrite Asset design
Rapptz
2021-04-16
1
-148
/
+31
*
Fix guild.chunk() not working on evicted guilds
Steve C
2021-04-14
1
-1
/
+2
*
Fix exception for invalid channel types
Maya
2021-04-14
1
-1
/
+1
*
Add NSFW for Guilds
Robin
2021-04-14
1
-1
/
+7
*
[docs] Fix reference to `Guild.id`
Kino
2021-04-13
1
-1
/
+1
*
Use v8 overwrite type when creating a channel
Nadir Chowdhury
2021-04-11
1
-3
/
+3
*
Fix stray AttributeError in Guild._from_data with member cache
Rapptz
2021-04-11
1
-2
/
+1
*
Permission related fixes for v8
Rapptz
2021-04-11
1
-2
/
+2
*
Add typings for invites, templates, and bans
Nadir Chowdhury
2021-04-10
1
-4
/
+10
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-4
/
+4
*
Add `__all__` to remaining modules
Nadir Chowdhury
2021-04-07
1
-0
/
+3
*
Convert datetimes to aware datetimes with UTC.
Rapptz
2021-04-04
1
-3
/
+6
*
Remove userbot functionality
Rapptz
2021-04-04
1
-23
/
+0
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-9
/
+10
*
Implement StageChannel and related methods
Nadir Chowdhury
2021-04-03
1
-0
/
+44
*
[docs] Add rtc_region parameter for Guild.create_voice_channel
Nadir Chowdhury
2021-04-02
1
-0
/
+5
*
Implement voice region changing for voice channels
Tarek
2021-04-01
1
-0
/
+7
*
[docs] Fix fetch_members/guilds documentation
Nadir Chowdhury
2021-03-31
1
-3
/
+1
*
Fallback to empty string for unavailable guild __str__
Rapptz
2021-03-25
1
-1
/
+1
*
Add roles to guild.estimate_pruned_members
z03h
2021-03-24
1
-2
/
+10
*
Disallow empty sequences in Guild.query_members user_id parameter
Rapptz
2021-02-28
1
-7
/
+10
*
Fix docstring for Guild.create_role
Arthaxeres
2021-02-24
1
-1
/
+1
*
Add remaining template endpoints
Nadir Chowdhury
2021-02-23
1
-0
/
+53
*
Deprecate non-bot methods
Nadir Chowdhury
2021-02-23
1
-0
/
+3
*
Fix typo in Guild.fetch_member docs
Sebastian Law
2021-02-22
1
-1
/
+1
*
Document BanEntry
Maya
2021-02-21
1
-13
/
+6
*
Add versionchanged to guild.create_role
Zomatree
2021-01-26
1
-0
/
+3
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Support setting the preferred locale via Guild.edit
Rapptz
2021-01-05
1
-1
/
+4
*
Implement presences for `Guild.query_members`
Nadir Chowdhury
2020-12-31
1
-3
/
+14
*
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
[next]