Update misc.py

This commit is contained in:
Richard Mwewa
2022-06-05 14:26:49 +02:00
committed by GitHub
parent d350a37cb6
commit 8f426eae26

View File

@@ -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}