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

Swapped manage server and manage channel in Invite#isExpanded docs #1210

Merged
merged 2 commits into from
Mar 1, 2020
Merged

Swapped manage server and manage channel in Invite#isExpanded docs #1210

merged 2 commits into from
Mar 1, 2020

Commits on Mar 1, 2020

  1. Swapped manage server and manage channel in docs

    Guild#retrieveInvites requires permission MANAGE_SERVER and Channel#retrieveInvites requires MANAGE_CHANNEL.
    danthe1st committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    27d88ac View commit details
    Browse the repository at this point in the history
  2. be->by, GuildChannel

    As asked by @DManstrator, in #1210, this commit changes `can only be obtained be` to `can only be obtained by` and `{@link GuildChannel#retrieveInvites() Channel#retrieveInvites()}` to `{@link net.dv8tion.jda.api.entities.GuildChannel#retrieveInvites() GuildChannel#retrieveInvites()}` .
    danthe1st committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    2fda159 View commit details
    Browse the repository at this point in the history