update deps to pull from hex

This commit is contained in:
Owen
2024-12-27 09:22:26 +01:00
committed by Owen Rees
parent 2e282cb309
commit edf4364498
6 changed files with 7 additions and 92 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ config :plantid_discord_bot,
config :nostrum,
token: System.get_env("PLANTID_DISCORD_BOT_TOKEN")
config :logger, :discord_logger,
config :logger, :webhook_logger,
webhook_url: System.get_env("PLANTID_LOGS_DISCORD_WEBHOOK_URL"),
level: :error,
bot_token: System.get_env("PLANTID_DISCORD_BOT_TOKEN")