Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

MOD: Upgrade hackney & fix crash on startup #120

Merged
merged 7 commits into from
Feb 21, 2021

Commits on Feb 8, 2021

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

Commits on Feb 20, 2021

  1. FIX: Crash on startup due to ratelimit

    If we start up multiple instances of the bot at the same time
    the discord api will rate limit us and we will have to wait for the
    specified amount of milliseconds.
    
    As the expected keys are not present in the payload, json["url"]
    will return nil and hence nil <> "?v=6&encoding=json" will crash.
    Zarathustra2 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    effbeb4 View commit details
    Browse the repository at this point in the history
  2. :)

    Zarathustra2 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    2987d67 View commit details
    Browse the repository at this point in the history
  3. :)

    Zarathustra2 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    72d0d83 View commit details
    Browse the repository at this point in the history
  4. :)

    Zarathustra2 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    e15f8ba View commit details
    Browse the repository at this point in the history
  5. :)

    Zarathustra2 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    0a1e877 View commit details
    Browse the repository at this point in the history
  6. :)

    Zarathustra2 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    49d6c71 View commit details
    Browse the repository at this point in the history