diff --git a/src/constants.py b/src/constants.py index 5730aa6..1a80cbe 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import requests from colr import color -version = "4.65" +version = "4.67" enablePrivateLogging = True hide_names = True hide_levels = True @@ -74,6 +74,7 @@ "neon": (28, 69, 161), "viper": (48, 186, 135), "yoru": (52, 76, 207), + "vyse": (97,83,183), } diff --git a/status.json b/status.json index cb673ac..6efd9fc 100644 --- a/status.json +++ b/status.json @@ -1,5 +1,5 @@ { "status_good": true, - "message_to_display": "UPDATED: Added agent 'clove'", + "message_to_display": "UPDATED: Added agent 'Vyse'", "print_message": true }