def restart(bot, update): bot.sendMessage(update.message.chat_id, "Bot is restarting...") sleep(0.2) os.execl(sys.executable, sys.executable, *sys.argv) #@restricted