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.`;
+ let response = `🛠Set your timetable groups by reacting with the correct group. React with ✅ to confirm your selection.`;
+ response +=
+ "
\nWarning: Timetable group support is WIP. You can configure your timetable groups, but they will not be taken into account while processing updates just yet. ";
const message = await client.sendHtmlMessage(
room,
plainText(response),