updates, fixed .clear
This commit is contained in:
parent
4e1ae63ffe
commit
7c0ff1f561
3 changed files with 17 additions and 12 deletions
|
@ -4,8 +4,8 @@ import sys
|
|||
import os
|
||||
import subprocess
|
||||
|
||||
if os.path.isfile("./bot.log"):
|
||||
clear = ": >./bot.log"
|
||||
if os.path.isfile("./cloudbot"):
|
||||
clear = "./cloudbot clear"
|
||||
else:
|
||||
clear = ":"
|
||||
|
||||
|
|
Reference in a new issue