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

Add Guild Scheduled Event Support #1032

Merged
merged 52 commits into from Feb 27, 2022
Merged

Commits on Nov 20, 2021

  1. Copy the full SHA
    2b3d018 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    84aaa03 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Copy the full SHA
    677fcc2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1bcc001 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6554e26 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    260e8ca View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d7dc906 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. fix: Resolve merge conflicts

    42atomys committed Feb 21, 2022
    Copy the full SHA
    1359c13 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Copy the full SHA
    b08a6e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fa6423 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    90751ec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2aef679 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    78676f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Copy the full SHA
    ea5dc9a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4498cb6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e02240e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f5cac02 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. upstream: Update upstream

    42atomys committed Feb 27, 2022
    Copy the full SHA
    64f87b7 View commit details
    Browse the repository at this point in the history
  2. Update structs.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    d15da2a View commit details
    Browse the repository at this point in the history
  3. Update restapi.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    ad67d7d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    88aa388 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    92e6ce3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e4df643 View commit details
    Browse the repository at this point in the history
  7. doc: Add missing doc

    42atomys committed Feb 27, 2022
    Copy the full SHA
    3a971f7 View commit details
    Browse the repository at this point in the history
  8. Update structs.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    1fe6066 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f52727a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    795cd27 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5bbf72e View commit details
    Browse the repository at this point in the history
  12. Update examples/scheduled_events/main.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    d8ab9d9 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    1176142 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a905f17 View commit details
    Browse the repository at this point in the history
  15. Update structs.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    e9a2fe1 View commit details
    Browse the repository at this point in the history
  16. Update structs.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    fae5682 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    ee6b0ea View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    be01232 View commit details
    Browse the repository at this point in the history
  19. fix: Rewrite Marshal of GuildScheduledEventParams to prevent a stack …

    …overflow on marshall same type
    42atomys committed Feb 27, 2022
    Copy the full SHA
    6b3074d View commit details
    Browse the repository at this point in the history
  20. clean: Remove unused Intents

    42atomys committed Feb 27, 2022
    Copy the full SHA
    5f37849 View commit details
    Browse the repository at this point in the history
  21. Update restapi.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    b289ecd View commit details
    Browse the repository at this point in the history
  22. Update restapi.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    f82eff0 View commit details
    Browse the repository at this point in the history
  23. Update restapi.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    b542383 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    45008f8 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    35ffaad View commit details
    Browse the repository at this point in the history
  26. clean: Final polish code

    42atomys committed Feb 27, 2022
    Copy the full SHA
    0a42322 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    35c4db9 View commit details
    Browse the repository at this point in the history
  28. Update discord_test.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    4e0be03 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    204b188 View commit details
    Browse the repository at this point in the history
  30. Update structs.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    2b67cfb View commit details
    Browse the repository at this point in the history
  31. Update discord_test.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    675c43b View commit details
    Browse the repository at this point in the history
  32. Update restapi.go

    Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
    42atomys and FedorLap2006 committed Feb 27, 2022
    Copy the full SHA
    c1dc39a View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    b62a67a View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    dcc7444 View commit details
    Browse the repository at this point in the history
  35. fix: run gofmt

    42atomys committed Feb 27, 2022
    Copy the full SHA
    a1e0044 View commit details
    Browse the repository at this point in the history