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

feat: GuildBanManager #5276

Merged
merged 44 commits into from May 10, 2021
Merged

feat: GuildBanManager #5276

merged 44 commits into from May 10, 2021

Commits on Jan 31, 2021

  1. Configuration menu
    Copy the full SHA
    24918a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2986c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. fix(GuildBanAdd): don't create unnecessary variable

    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    MBR-0001 and NotSugden committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    09b8752 View commit details
    Browse the repository at this point in the history
  2. fix(GuildBan): use typeof instead of ===

    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    MBR-0001 and NotSugden committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d25a9e5 View commit details
    Browse the repository at this point in the history
  3. style(GuildBanRemove): let -> const and variable name

    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    MBR-0001 and NotSugden committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    4e04ed5 View commit details
    Browse the repository at this point in the history
  4. style(GuildBanManager): remove unnecessary ()

    Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
    MBR-0001 and vaporoxx committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    11a7b2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff49f2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7aad42 View commit details
    Browse the repository at this point in the history
  7. fix(GuildBanManager): remove default value for cache in add method

    Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
    MBR-0001 and vaporoxx committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    28505d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a129943 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    b76e2b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6bb51d View commit details
    Browse the repository at this point in the history
  3. fix(GuildBanManager): use reject instead of throw

    Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
    MBR-0001 and vaporoxx committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    92ce509 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    a73f6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb141f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f60821 View commit details
    Browse the repository at this point in the history
  4. fix(GuildBanRemove): pass data directly

    Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
    MBR-0001 and vaporoxx committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    a7927ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2acb058 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e834c2 View commit details
    Browse the repository at this point in the history
  7. fix(GuildBan): remove if user in data check since it will always be

    Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
    MBR-0001 and vaporoxx committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    94d778e View commit details
    Browse the repository at this point in the history
  8. style(GuildBan): replace typeof with in this

    Co-authored-by: Jan <66554238+vaporox@users.noreply.github.com>
    MBR-0001 and vaporoxx committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    26ebfde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c90bd15 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    1f7a901 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. style(GuildBanManager): clean up resolve method

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    MBR-0001 and izexi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3bfcb33 View commit details
    Browse the repository at this point in the history
  2. style(GuildBanManager): use reduce to create the ban collection

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    MBR-0001 and izexi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    45ec354 View commit details
    Browse the repository at this point in the history
  3. fix(GuildBanManager): resolve to member not GuildBan

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    MBR-0001 and izexi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    e508b06 View commit details
    Browse the repository at this point in the history
  4. style(GuildBanManager): Use ( instead of [

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    MBR-0001 and izexi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ec24099 View commit details
    Browse the repository at this point in the history
  5. fix(GuildBanManager): remove options mutating

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    MBR-0001 and izexi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c50c1d7 View commit details
    Browse the repository at this point in the history
  6. style(GuildBanManager): use ( instead of [

    Co-authored-by: izexi <43889168+izexi@users.noreply.github.com>
    MBR-0001 and izexi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a013e4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3fca29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8badd2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    714c322 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3fd7df9 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. feat(*): merge v8

    MBR-0001 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    598ba38 View commit details
    Browse the repository at this point in the history
  2. Revert "feat(*): merge v8"

    This reverts commit 598ba38.
    MBR-0001 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    71a2de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f5052e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2db2d77 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. fix(typings): remove FetchIntegrationsOptions

    Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
    MBR-0001 and NotSugden committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e29963f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. docs(GuildBanManager): minor change

    Co-authored-by: Shubham Parihar <shubhamparihar391@gmail.com>
    MBR-0001 and iShibi committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1994727 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    6ac5ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2122e6d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. docs(GuildBanManager): add inclusive to days

    Co-authored-by: Shubham Parihar <shubhamparihar391@gmail.com>
    MBR-0001 and iShibi committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    21b8d7c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    449e92e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    ae078a1 View commit details
    Browse the repository at this point in the history