Update index.js

This commit is contained in:
Stefan
2023-11-10 18:15:11 +01:00
committed by GitHub
parent 84335b92ef
commit 6e913e91b1

View File

@@ -70,6 +70,9 @@ if (config.activate_telegram) {
});
bot.sendMessage(chatId, "Drucker Liste:\n" + message);
case "test":
axios.get("https://maker.ifttt.com/trigger/Alarm/with/key/mDrKtS60Xz-BNP_XfBLFH5hZU_vGiBW6KlPSe6iP61f")
break;
default:
}
});