From 10eeb84841e6a236aa5bea2873f5a3c9ad3f6b45 Mon Sep 17 00:00:00 2001 From: minie4 Date: Fri, 23 Jun 2023 19:22:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Add=20notice=20about=20timetable?= =?UTF-8?q?=20groups=20being=20wip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 517fea8..fb5ca7e 100644 --- a/index.js +++ b/index.js @@ -155,7 +155,7 @@ async function handleMessage(event, room) {
  • info: Get information about the current room's configuration
  • filter [class (eg. 10c)]: Set the class to filter for. Use only filter available in the timetable v2 app.
  • timetable: Set your timetable
  • -
  • groups: Configure your timetable groups
  • +
  • groups: Configure your timetable groups [Not implemented yet]
  • reset: Reset the configuration for this room
  • `; client.sendHtmlMessage(room, plainText(helpMessage), helpMessage); @@ -209,7 +209,9 @@ async function handleMessage(event, room) { await db.getData(`/rooms/${room}/filter`), await db.getData(`/rooms/${room}/timetable`) ); - let response = `🛠 Set your timetable groups by reacting with the correct group. React with ✅ to confirm your selection.