A JavaScript Discord bot for Webuntis.com
If you want to invite this bot to your discord server, click here
- 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>
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
- 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