From 87c3b4b2852440a39c65f232d25a8ca67d65faaa Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 3 Dec 2020 19:35:22 +0000 Subject: [PATCH] Update readme --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 1f59981..6520f63 100644 --- a/readme.md +++ b/readme.md @@ -6,10 +6,10 @@ Simple bot that notifies you of timetable changes on Discord. - `sudo npm install -g typescript` if you haven't already - Type `tsc` to compile - Create a `.env` file in the project's root with the following content: - - SCHOOLNAME=Your school's name - - USERNAME=Your username - - PASSWORD=Your password - - BASEURL=Your school's Untis URL, for example mese.webuntis.com - - BOT_TOKEN=Discord bot token - - CHANNEL=The channel ID that the bot sends messages to. Only supports DM channels right now. + - SCHOOLNAME=Your school's name + - USERNAME=Your username + - PASSWORD=Your password + - BASEURL=Your school's Untis URL, for example mese.webuntis.com + - BOT_TOKEN=Discord bot token + - CHANNEL=The channel ID that the bot sends messages to. Only supports DM channels right now. - `node dist/index.js` to run the bot. You can use tools like `pm2` to automate starting and stopping. \ No newline at end of file