Skip to content

Chr1s70ph/ETIT-Master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

➤ ETIT-Master-JS

ko-fi

➤ Install

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

➤ Features

  • Calendar
  • ChatGPT
  • 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>",
  "openai_token": "<your openai token>",
}