def reboot(slackMessage): ####Reboot Mal. import os import sys python = sys.executable os.execl(python, python, * sys.argv)