Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Add missing properties to Guild and deprecate GuildEmbed #1573

Merged
merged 3 commits into from
Nov 17, 2020

Commits on Jun 19, 2020

  1. Add missing properties to Guild, related methods, and deprecate Guild…

    …Embed endpoints
    
    - Add missing guild properties: `discovery_splash`, `widget_enabled`, `widget_channel_id`, `rules_channel_id`, `max_presences`, `max_presences`, `max_members`, `public_updates_channel_id`, `max_video_channel_users`, `approximate_member_count`, `approximate_presence_count`
    - Update guild properties: `embed_enabled`, `embed_channel_id`
    - Add `GetGuildDiscoverySplashUrl` to `CDN`
    - Add classes related to the guild widget
    - Add `withCounts` parameter to `GetGuild(s)Async`
    - Make GuildEmbed related methods obsolete with a message redirecting to widget ones
    SubZero0 committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    13d1f5c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    3aa479b View commit details
    Browse the repository at this point in the history
  2. Changed some xml docs

    SubZero0 committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    8a7e533 View commit details
    Browse the repository at this point in the history