Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (35 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.19 KB

webuntis-js (outdated)

A JavaScript Discord bot for Webuntis.com

Screenshot Screenshot2

Invite

If you want to invite this bot to your discord server, click here

Commands

  • Timetable !u <class>
  • Today's Schedule !u <class> today
  • Tomorrow's Schedule !u <class> tomorrow
  • Yesterday's Schedule !u <class> yesterday
  • Weekday's Schedule !u <class> <weekday>
  • Set school !u set <school>
  • Text to voice !u play <message>

Installation

If you want to host it yourself then do the following:

git clone https://github.com/danielfvm/webuntis-js
cd webuntis-js
npm install

Edit config.json and replace YOUR_TOKEN with your bot token. Start bot with:

node bot.js

Changelog

  • Fixed wrong day title
  • Added multi school support
  • Added bold text for exams
  • Added date to footer
  • Better looking help page
  • Fixed timezone
  • Added yesterday/tomorrow tag to commands
  • Updated help page