Updated Splash
This commit is contained in:
parent
b3b9011511
commit
cb422a67d1
@ -55,13 +55,11 @@ def splashScreen():
|
||||
art.tprint("----------",font="slant")
|
||||
art.tprint("Praxis Bot",font="graffiti")
|
||||
art.tprint("----------",font="slant")
|
||||
print("-Maintained by Alex Orid The Curious Nerd\nFor help vist discord.gg/thecuriousnerd")
|
||||
for x in range(0, 5):
|
||||
print("-Maintained by Alex Orid, TheCuriousNerd.com\nFor help vist discord.gg/thecuriousnerd")
|
||||
for x in range(0, 3):
|
||||
print("")
|
||||
if not config.skip_splashScreenSleep:
|
||||
time.sleep(3)
|
||||
|
||||
if __name__ == "__main__":
|
||||
splashScreen()
|
||||
time.sleep(3)
|
||||
restart_self()
|
||||
splashScreen()
|
||||
Loading…
Reference in New Issue
Block a user