diff options
Diffstat (limited to 'config/dev.exs')
| -rw-r--r-- | config/dev.exs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/dev.exs b/config/dev.exs index 9cba782..c1414e2 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -6,9 +6,6 @@ config :logger, config :nostrum, dev: true -IO.puts("hello") +import_config "dotenv.exs" -Thulani.Bot.Config.load_env() -|> Enum.each(fn {key, vals} -> - config key, vals -end) +Thulani.Config.Dotenv.load_dotenv!() |
