From 4200ef8b197b100d63b90cbcec469537b5fd403c Mon Sep 17 00:00:00 2001 From: Stefan <53957363+Stefan080106@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:15:58 +0100 Subject: [PATCH] Update index.js --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index cbaef25..03fa45a 100644 --- a/src/index.js +++ b/src/index.js @@ -52,6 +52,7 @@ if (config.activate_telegram) { bot.setMyCommands([ { command: "/chatid", description: "Zeigt deine Chat ID" }, { command: "/druckerliste", description: "Zeigt alle Drucker" }, + { command: "/test", description: "Test" }, ]); bot.on("message", async (msg) => {