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

Fix/Implement various invite-related behaviors #1023

Merged
merged 6 commits into from
Apr 29, 2018

Commits on Apr 8, 2018

  1. Initial support for invite member count arg

    Hsu Still committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    e0e8816 View commit details
    Browse the repository at this point in the history
  2. Fix IDiscordClient#GetInviteAsync behavior

    - Previously, the GetInviteAsync method would return null since it couldn't be parsed as a simple RestInvite object. The object should be a RestInviteMetadata instead.
    Hsu Still committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    5a1e04c View commit details
    Browse the repository at this point in the history
  3. Fix methods that didn't comply with the interface

    Hsu Still committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    9540b7e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Change with_counts REST behaviour

    Hsu Still committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    14b263f View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary JSON prop

    Hsu Still committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    d38c875 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Remove AcceptAsync

    Hsu Still committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    747b9d8 View commit details
    Browse the repository at this point in the history