aboutsummaryrefslogtreecommitdiff
path: root/apps/thulani_bot/mix.exs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2020-01-28 20:05:52 -0500
committerNathan Perry <np@nathanperry.dev>2020-01-28 20:05:52 -0500
commitebbe27625ba2594bd71f2b48f0f38d67ed805c02 (patch)
tree72e53f8775fa774d8250c6bcdec27428bd07f9bb /apps/thulani_bot/mix.exs
parent5dadc47eb07be076a8b270458badb9d8cd7dfead (diff)
dotenv loading works
Diffstat (limited to 'apps/thulani_bot/mix.exs')
-rw-r--r--apps/thulani_bot/mix.exs3
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