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(GuildMember): Add timeouts #7104

Merged
merged 41 commits into from
Dec 22, 2021
Merged

feat(GuildMember): Add timeouts #7104

merged 41 commits into from
Dec 22, 2021

Commits on Dec 12, 2021

  1. feat: add basic stuff

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a5e84b2 View commit details
    Browse the repository at this point in the history
  2. docs: move GuildMemberEditData to the manager

    This should really be in the manager with the relevant API method that uses it.
    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    e96b7e1 View commit details
    Browse the repository at this point in the history
  3. feat: add PATCH

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    f5ce417 View commit details
    Browse the repository at this point in the history
  4. feat: add method

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4457f8e View commit details
    Browse the repository at this point in the history
  5. fix: change property

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    3010f14 View commit details
    Browse the repository at this point in the history
  6. fix: shenanigans

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a270f23 View commit details
    Browse the repository at this point in the history
  7. fix: handle null

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    fe51ddb View commit details
    Browse the repository at this point in the history
  8. feat: add permission flag

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    08526d4 View commit details
    Browse the repository at this point in the history
  9. types: add timeout()

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4e22c57 View commit details
    Browse the repository at this point in the history
  10. fix: display correctly

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    5efe3dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33eff8e View commit details
    Browse the repository at this point in the history
  12. fix: sad can't do this

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    26d203f View commit details
    Browse the repository at this point in the history
  13. fix: check in equals

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    54da5c3 View commit details
    Browse the repository at this point in the history
  14. feat: allow seconds

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    c8aa49e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    16e4a27 View commit details
    Browse the repository at this point in the history
  16. docs: also works with Dates

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    605bf54 View commit details
    Browse the repository at this point in the history
  17. types: use Date

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    b13faae View commit details
    Browse the repository at this point in the history
  18. docs: just oxford things

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    f48b948 View commit details
    Browse the repository at this point in the history
  19. types: insert _

    Jiralite committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    522f5e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    81545da View commit details
    Browse the repository at this point in the history
  2. docs: support ISO 8601 too

    It's what Discord ultimately accepts.
    Jiralite committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ceeed28 View commit details
    Browse the repository at this point in the history
  3. refactor: use &&

    Jiralite committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9f9be82 View commit details
    Browse the repository at this point in the history
  4. docs: specify DateResolvable

    Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com>
    Jiralite and ImRodry committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7a513f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. refactor: use Date.parse()

    From #7108.
    Jiralite committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e5b81a0 View commit details
    Browse the repository at this point in the history
  2. refactor: removesetTime()

    Jiralite committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    94812a4 View commit details
    Browse the repository at this point in the history
  3. chore: prefer milliseconds

    @ckohen made me do this
    Jiralite committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    399c8cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b82387 View commit details
    Browse the repository at this point in the history
  5. types: forgot this

    Jiralite committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    cc0347c View commit details
    Browse the repository at this point in the history
  6. docs: Correct timeout wording

    Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com>
    Jiralite and ThaTiemsz committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    21a5c80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    786ce38 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    e42b679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c2c7e5 View commit details
    Browse the repository at this point in the history
  3. style: spacing

    Co-authored-by: Antonio Román <kyradiscord@gmail.com>
    Jiralite and kyranet committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d4e7c0f View commit details
    Browse the repository at this point in the history
  4. fix: perm checks

    Jiralite committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1fbc8b9 View commit details
    Browse the repository at this point in the history
  5. feat: implement dual helpers

    Jiralite committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bab6adc View commit details
    Browse the repository at this point in the history
  6. fix: handle null

    Jiralite committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    07f4d0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2c73f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    eb57f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c64dde View commit details
    Browse the repository at this point in the history
  3. refactor: && returns

    Jiralite committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7cf9130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c62d85a View commit details
    Browse the repository at this point in the history