Update index.js

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

View File

@@ -52,6 +52,7 @@ if (config.activate_telegram) {
bot.setMyCommands([ bot.setMyCommands([
{ command: "/chatid", description: "Zeigt deine Chat ID" }, { command: "/chatid", description: "Zeigt deine Chat ID" },
{ command: "/druckerliste", description: "Zeigt alle Drucker" }, { command: "/druckerliste", description: "Zeigt alle Drucker" },
{ command: "/test", description: "Test" },
]); ]);
bot.on("message", async (msg) => { bot.on("message", async (msg) => {