Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 1.4 KB

README.md

File metadata and controls

61 lines (50 loc) · 1.4 KB

➤ ETIT-Master-JS

ko-fi

➤ Install

Clone the repository, cd into it and run npm install.

➤ Features

  • 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

➤ Configuration

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>",
}