diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-01-28 20:05:52 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-01-28 20:05:52 -0500 |
| commit | ebbe27625ba2594bd71f2b48f0f38d67ed805c02 (patch) | |
| tree | 72e53f8775fa774d8250c6bcdec27428bd07f9bb /apps/thulani_bot/mix.exs | |
| parent | 5dadc47eb07be076a8b270458badb9d8cd7dfead (diff) | |
dotenv loading works
Diffstat (limited to 'apps/thulani_bot/mix.exs')
| -rw-r--r-- | apps/thulani_bot/mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/thulani_bot/mix.exs b/apps/thulani_bot/mix.exs index 13afa4f..9d3b6ae 100644 --- a/apps/thulani_bot/mix.exs +++ b/apps/thulani_bot/mix.exs @@ -24,8 +24,7 @@ defmodule Thulani.Bot.MixProject do defp deps do [ - # we look up the token based on an environment variable, so we can't do this - {:nostrum, "~> 0.4"}, + {:nostrum, "~> 0.4", runtime: false}, {:util, in_umbrella: true} ] end |
