* request_guild_members update, logging on emitter event exceptions and improved state caching.
* Update the GuildMembersChunk GatewayEvent
* Match presence update's presence handling in guild members chunk
* Remove unnecessary string conversion
* Remove member count tracking.
* Split function
* Remove optional report
* Local Fixes & Client UserUpdate Gateway Event
- Changed 'READ_MESSAGES' to 'VIEW_CHANNEL' to keep with Discord's API Docs
- Defaulted Guild.premium_subscription_count to 0 to stop error
- max_presences to 5,000 as Discord's API Suggest
- Added UserUpdate event for when the Client user is updated.
* Flake8 Spacing
* Update state.py
* Adding latency checking
*Note: Latency is in seconds NOT ms*
* Update client.py
In order to display long description properly at the pypi.org page we
need to specify mime type `text/markdown` for the long desccription if
readme is in markdown.
Current https://pypi.org/project/disco-py/, doesn't looks nice atm.
* guild_subscriptions
* Replace get_vanity_url function with vanity_url property on guild object.
* Add voice regions + conform guild.vanity_url to standard seen for other url properties on guild.
* style change.
* Add guild prune and prune count.
* Switch to requests session persistent headers
* add Stream permission
* guild.preferred_locale
* Fix logic on GuildCreate and GuildDelete shotcut properties.
* preferred_locale already added in another pr.
* Convert embed datetime timestamp to iso8610 format for api calls.
* Update disco/types/voice.py
Co-Authored-By: Andrei Zbikowski <[email protected]>
* remove botch isoformat on embed method
* Apply suggestions from code review
Co-Authored-By: Andrei Zbikowski <[email protected]>
* More suggestions from code review
* Local Fixes & Client UserUpdate Gateway Event
- Changed 'READ_MESSAGES' to 'VIEW_CHANNEL' to keep with Discord's API Docs
- Defaulted Guild.premium_subscription_count to 0 to stop error
- max_presences to 5,000 as Discord's API Suggest
- Added UserUpdate event for when the Client user is updated.
* Flake8 Spacing
* Update state.py
* Remove undocumented OPCode
This is not documented in the Discord API docs, and is claimed not to usable by (or useful to) bots.
* Add missing ChannelType
* Resolve dictionary changed size during iteration while converting levels mapping and remove non-converted entry to avoid duplicate entires (str and int index).
Add default for premium sub count.
* Update disco/bot/bot.py
Co-Authored-By: Andrei Zbikowski <[email protected]>
* Patch get_icon_url
Nice try, but don't copy+paste without testing whomever PR'd this 😉
* Patch status in update_presence payload
No more Enum, no more `.value`
This will not undergo a regualar deprecation cycle since the schedule
provided by discord (see discordapp/discord-api-docs#967) is less than
the amount of time it would take to fully deprecate this field. Instead
we will just consider this a v1 breaking change.
Clients on previous versions should continue to work regardless of
Discord's planned changes for this field, although the data provided
from the field may be invalid or empty.