Clone the repository, cd
into it and run npm install
.
- Calendar
- Exams
- Mensa
- Multi Language Support
- Presences
- Quicklinks
- Random Facts
- Random Gifs
- Role Assignment
- Table of Contents generation
- Timetable
- Timetable Reminders
- User info
- Welcome Messages
This is the whole configuration file with sensitive information. You can copy it and fill in your own values.
The only required value is botToken
, which you can get from the Discord Developer Portal.
privte/sensitive.json:
{
"tenor": {
"Key": "<your api key>",
"Filter": "off",
"Locale": "en_US",
"MediaFilter": "minimal",
"DateFormat": "D/MM/YYYY - H:mm:ss A"
},
"mensa": {
"user": "<your username>",
"password": "<your password>",
"base_url": "<your base url>",
"api": "<your api path>",
"additional_info": "<your additional info path>"
},
"calendars": {
"calendar_1": "<your calendar url>",
"calendar_2": "<your calendar url>",
},
"botToken": "<your bot token>",
}