From f2224b3eb9fc4f2805902aad7293db7400871243 Mon Sep 17 00:00:00 2001 From: ByteDream Date: Thu, 10 Dec 2020 20:09:26 +0100 Subject: [PATCH] Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551022e..97e21ef 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To see all available commands and get infos about it, simply type `help`. | `stop` | Stops timetable listening. Only works if data was set with the `data` command | `stop` | - | | `timetable [date] [class name]` | Displays the timetable for a specific date. As `date` you can use 3 formats. 1: Only the day (`12`); 2. Day and month (`13.04`); 3. Day, month and year (`31.12.2020`). Only works if data was set with the `data` command. If no date is given, the timetable for the current date is displayed. As `class name` you can use any class from your school. If class is not given, the class which was assigned in the `data` command is used | `timetable 11.11` | - | -Note: All commands except for `help [command]`, `timetable [] [class]` and `` can only be executed by a member with admin rights. +Note: All commands except for `help [command]`, `timetable [date] [class]` and `` can only be executed by a member with admin rights. ## Self-hosting