Fix Error

This commit is contained in:
Stefan080106
2023-11-21 19:05:44 +01:00
parent f263df595f
commit 0a942f8c23

View File

@@ -89,7 +89,7 @@ if (config.activate_telegram) {
switch (msg.text) { switch (msg.text) {
case "/chatid": , case "/chatid":
try { try {
bot.sendMessage(chatId, "Deine Chat ID ist: " + chatId); bot.sendMessage(chatId, "Deine Chat ID ist: " + chatId);
} catch (err) { } catch (err) {