Killed sounds too violent. Now we have fainted!

This commit is contained in:
211951251919 2022-04-15 23:49:52 +00:00
parent b9b1758cdf
commit 1f639e8f75
1 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ try:
break
time.sleep(1) # keeps code from overworking.
except KeyboardInterrupt:
print("Killing Bot Process")
print("Fainting Bot Process")
psutil.Process(bot.pid).kill()
print("Killed successfully")
print("Fainted successfully")