rmcafee / discord_ex

Discord Elixir Library
MIT License
48 stars 13 forks source link

Resolved warnings on Elixir 1.5 #37

Closed sriehl closed 7 years ago

sriehl commented 7 years ago

Most edits are adding parentheses to expand a variable name according to the warning.

I also updated :random to :rand, String.strip to String.trim and String.to_char_list to String.to_charlist as recommended by the warnings.

rmcafee commented 7 years ago

Thanks for the contribution!