From 0a942f8c236dab64e04a8964d1d78bd4f7b18723 Mon Sep 17 00:00:00 2001 From: Stefan080106 Date: Tue, 21 Nov 2023 19:05:44 +0100 Subject: [PATCH] Fix Error --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ba24bc3..4193fd7 100644 --- a/src/index.js +++ b/src/index.js @@ -89,7 +89,7 @@ if (config.activate_telegram) { switch (msg.text) { - case "/chatid": , + case "/chatid": try { bot.sendMessage(chatId, "Deine Chat ID ist: " + chatId); } catch (err) {