Skip to content

Commit

Permalink
Merge pull request #3 from scottjsh/dev
Browse files Browse the repository at this point in the history
Add agent: “Vyse” & Bump version 4.67
  • Loading branch information
scottjsh authored Sep 5, 2024
2 parents 00b0609 + a19e49a commit 0beeec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests
from colr import color

version = "4.65"
version = "4.67"
enablePrivateLogging = True
hide_names = True
hide_levels = True
Expand Down Expand Up @@ -74,6 +74,7 @@
"neon": (28, 69, 161),
"viper": (48, 186, 135),
"yoru": (52, 76, 207),
"vyse": (97,83,183),
}


Expand Down
2 changes: 1 addition & 1 deletion status.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"status_good": true,
"message_to_display": "UPDATED: Added agent 'clove'",
"message_to_display": "UPDATED: Added agent 'Vyse'",
"print_message": true
}

0 comments on commit 0beeec5

Please sign in to comment.