From 8f426eae26097b7c03a96bfccdcd93967dc8ed0e Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:26:49 +0200 Subject: [PATCH] Update misc.py --- utilities/misc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}