mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
9 lines
154 B
Elixir
9 lines
154 B
Elixir
import Config
|
|
|
|
config :plantid_discord_bot,
|
|
api: Nostrum.Api
|
|
|
|
config :logger, :console,
|
|
format: "$time $metadata[$level] $message\n",
|
|
level: :debug
|