rmcafee / discord_ex

Discord Elixir Library
MIT License
47 stars 13 forks source link

update websocket_client to 1.2.4, fixes deprecation error with OTP 20 #35

Closed jussih closed 6 years ago

jussih commented 7 years ago

Websocket_client 1.1.0 does not work with Erlang/OTP 20, because crypto:rand_bytes() is deprecated in favor of crypto:strong_rand_bytes(). This is fixed in newer websocket_client.