IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.
- Node.js 16.6.0 or higher
- Clone the repository
- Install the dependencies with
npm install - Create a
.envfile in src/ with the following content:
TOKEN=your_discord_bot_token
CLIENTID=your_discord_application_client_id
DBCONNECTION=your_mongodb_connection_string
- Start the bot with
npm start
/register- Register your EPITECH account to the bot/update- Update your EPITECH account
MIT