0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:10:45 -05:00

Small update to lanuage in Discord message

This commit is contained in:
Refringe 2024-04-05 00:37:46 -04:00
parent ee3b69c21d
commit a8fde8c2e4
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -658,6 +658,12 @@ jobs:
fi
fi
if [[ "$MODS" == "true" ]]; then
MODS="enabled"
elif [[ "$MODS" == "false" ]]; then
MODS="disabled"
fi
fields_json='[
{"name": "Name", "value": "'"$BASE_NAME"'"},
{"name": "Build Type", "value": "'"$BUILD_TYPE"'", "inline": true},