Rapptz
930761e058
Rewrite chunking to work with intents.
This slows down chunking significantly for bots in a large number of
guilds since it goes down from 75 guilds/request to 1 guild/request.
However the logic was rewritten to fire the chunking request
immediately after receiving the GUILD_CREATE rather than waiting for
all the guilds in the ready stream before doing it.
5 years ago
Rapptz
0b93fa3a82
Implement VoiceProtocol lower level hooks.
This allows changing the connect flow and taking control of it without
relying on internal events or tricks.
5 years ago
Alex Nørgaard
5e4f3780ed
Add COMMUNITY to Guild.features
5 years ago
Rapptz
11f29890dc
Fix bug with Guild.by_category not showing some channels
If categories come after a child channel in the dictionary mapping for
whatever reason, then the previous code would remove it from the
mapping and set it to []. This commit aims to fix this.
5 years ago
Jaime Garcia Jr
ab1c606ff2
Specify where to get max_members in documentation
5 years ago
Skezza
4a686e11ba
Added exception documentation for Guild.create_voice_channel
5 years ago
Skezza
2552a268cb
Add double backticks for some parameter mentions in the documentation.
5 years ago
jack1142
1ca257bb68
Add Guild.change_voice_state to control our voice state.
5 years ago
Skezza
c3bca7ec73
Documentation formatting
5 years ago
Skezza
e7500f738c
Fix typo with voice_client documentation
5 years ago
NCPlayz
ce03c62c6b
[bugs] stop resolving Object for template/invite; remove dupe methods
5 years ago
Nadir Chowdhury
b68cbb7a42
Add support for bulk editing role positions
5 years ago
Nadir Chowdhury
a64006ee9b
Add support for integrations
5 years ago
Sebastian Law
b4b953bfc6
Fix various inconsistencies within the documentation ( #5067 )
5 years ago
Rapptz
f94b00cb48
Fix a KeyError for channels with no category in Guild.by_category
5 years ago
Rapptz
c01bf7cd56
Fix Guild.by_category not showing empty categories.
5 years ago
Tarek
4bdebcd339
Fix error raised when using the roles parameter.
5 years ago
Tarek
a972c95f12
Add user_ids fields for query_members
5 years ago
numbermaniac
0140e1ed6a
Fix documentation string for guild.premium_subscription_count
5 years ago
Rapptz
1ee1b7feea
Consistent usage of RST inline code within Guild.features references
5 years ago
NCPlayz
ed80ba6a5e
Implement some missing attributes of `Guild` (and `Guild.edit`)
5 years ago
NCPlayz
40a4604604
use `_channel_factory` instead of manual checking in `Guild._sync`
5 years ago
iomintz
559c464d3b
fix HTTPException explanation in Guild.fetch_member docs
5 years ago
Xua
5107583c5d
fix NotificationLevel being suppressed
5 years ago
unknown
b7c7c86a6b
Add roles parameter for pruning members.
5 years ago
Rapptz
9f47d7f71c
Fix cases where member_count is equal to 0
Fixes #4008 , #4005
5 years ago
Arthur
ad87bfb395
Guild.owner may be None for very large guilds.
5 years ago
Jake Ward
c782ac3254
Update documentation on guild features to reflect Discord changes
5 years ago
Ilya Lukyanov
d2cc8aa459
Add position argument to Guild.create_category
This way we can specify category position upon creation
5 years ago
PredaaA
9941812241
Add "FEATURABLE" in guild features.
5 years ago
Rapptz
cbca33e44f
Guard against the member data not being available in VOICE_STATE_UPDATE
5 years ago
Rapptz
3b8678da81
Use member data from VOICE_STATE_UPDATE if not found in cache
5 years ago
Harmon
6f9793fe5e
Fixes and improvements for v1.3 documentation
* Add missing versionadded strings for v1.3
* Add missing versionchanged string for Message.edit
* Consistently use versionadded for attributes
* Consistently use versionchanged for parameters
* Use versionchanged for Bot.is_owner
* Fix references in v1.3 changelog
* Improve grammar in v1.3 changelog
5 years ago
Rapptz
02397306b2
Drop superfluous zero in version related changes in the documentation
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
Zomatree
1b4b6f8da2
updated the docs for Guild.vanity_invite
5 years ago
Rapptz
bfaf8ecfdb
Allow Guild.fetch_members to take in limit=None
Fixes #2473
5 years ago
NCPlayz
9c6a121644
Implement discord.MessageFlags
Refactor flags placement and use it for suppression.
5 years ago
NCPlayz
a74bdaa8b2
Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel`
5 years ago
Leaf ▲
ab3eab135f
Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED
5 years ago
Rapptz
924398c1ac
Trailing whitespace in documentation.
5 years ago
Xua
f912758a1f
Prevent premium_subscription_count being None
6 years ago
Io Mintz
2a0766795f
Make Guild.default_role use get_role.
Prevents some stale caching by using the new O(1) Guild.get_role.
6 years ago
Capn
b63f4f7032
Add MEMBER_LIST_DISABLED to docs for Guild.features
6 years ago
Evan
e67c260f3e
The LURKABLE feature has been renamed to PUBLIC
6 years ago
Dimbreath
b4358d0dcf
[docs] You can upload gifs using guild.edit()
Only if it has ANIMATED_ICON feature.
6 years ago
Rapptz
18fe2035ef
Document that the cache retrieval functions require an int ID.
Closes #2285
6 years ago
Rapptz
5b2f630848
Add Guild.query_members to fetch members from the gateway.
6 years ago
Rapptz
edcd9459e3
Use Guild.owner_id in Guild.edit when checking if the bot owns a guild.
6 years ago
Rapptz
203d702d46
Add unused Guild.preferred_locale
6 years ago