DoctorPok42 / IntraBot

IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntraBot

Description

IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.

Installation

Requirements

  • Node.js 16.6.0 or higher

Setup

  1. Clone the repository
  2. Install the dependencies with npm install
  3. Create a .env file in src/ with the following content:
TOKEN=your_discord_bot_token
CLIENTID=your_discord_application_client_id
DBCONNECTION=your_mongodb_connection_string
  1. Start the bot with npm start

Usage

Commands

  • /register - Register your EPITECH account to the bot
  • /update - Update your EPITECH account

License

MIT

About

IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.

License:MIT License


Languages

Language:TypeScript 100.0%