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