From 2fc11a05897f44551ab3caf36529a4d9d9f68ed3 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Thu, 1 Jan 2026 16:04:21 -0500 Subject: [PATCH] fixed applications webhook example --- api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.env.example b/api/.env.example index 7a05d40..7d402f4 100644 --- a/api/.env.example +++ b/api/.env.example @@ -24,7 +24,7 @@ APPLICATION_ENVIRONMENT= # dev / prod CONFIG_ID= # config version # webhooks/integrations -DISCORD_APPLICATIONS_WEBHOOK +DISCORD_APPLICATIONS_WEBHOOK= # Logger LOG_DEPTH= # normal / verbose / profiling