Update index.js
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user