diff --git a/utilities/misc.py b/utilities/misc.py index 90cf65b..072cbe6 100644 --- a/utilities/misc.py +++ b/utilities/misc.py @@ -1,3 +1,4 @@ + import getpass from utilities.colors import Color @@ -8,7 +9,7 @@ This class holds the program's banner logo and version tag class Banner: ''' This is experimental, i might remove it later - If the username is mine (lol), current username string will be set to 🛡 Admin + If the username is mine (lol), current username string will be set to Admin ''' if getpass.getuser() == 'rly0nheart': currentUser = f'🛡️ {Color.red}Admin{Color.reset}' @@ -26,7 +27,7 @@ class Banner: -.:{currentUser}:. +.:{Color.green}{currentUser}{Color.reset}:. - {Color.white}use {Color.green}help{Color.reset}{Color.white} command for usage{Color.reset} - {Color.white}commands are case insensitive{Color.reset} {'-'*29}