We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b4e7c commit 9e4cc65Copy full SHA for 9e4cc65
utils/config.py
@@ -3,6 +3,7 @@
3
4
from . import console
5
6
+MOTD = "the sniper update"
7
VERSION = "3.2.0"
8
PRODUCTION = True
9
DEFAULT_CONFIG = {
utils/console.py
@@ -42,7 +42,7 @@ def print_banner():
42
print(pystyle.Center.XCenter(banner))
43
44
print(f"{colorama.Style.NORMAL}{colorama.Fore.WHITE}")
45
- print(pystyle.Center.XCenter(f"epic gamer rewrite of ghost"))
+ print(pystyle.Center.XCenter(config.MOTD))
46
print()
47
print(f"{colorama.Fore.BLUE}—————————————————————————————————————{copyright_}—————————————————————————————————————")
48
print(f"{colorama.Style.RESET_ALL}")
0 commit comments