From 6b12c3e3df6b4e955d08396b39717d57a1b2e6e4 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 3 Jun 2023 23:01:47 -0400 Subject: [PATCH] Remove unused keys from example .env file --- Client/.env.example | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Client/.env.example b/Client/.env.example index d3521fd..39304ef 100644 --- a/Client/.env.example +++ b/Client/.env.example @@ -1,18 +1,10 @@ DEBUG="client:*" -# Bot Config -# Discord Bot Token -TOKEN="" -# Discord Bot Application ID -APPLICATION_ID="" -# Default Guild ID -GUILD_ID="" - # Audio Config AUDIO_DEVICE_ID="" AUDIO_DEVICE_NAME="" # Client Config -CLIENT_ID= +CLIENT_ID=0 CLIENT_NAME="" CLIENT_IP="" CLIENT_PORT=3010