Discord bot built with Discord.js, Typescript, Node.js, TypeORM and MongoDB. Mainly used in a private server with friends
Clone the repository
git clone https://github.com/Joehoel/compagnon.git
cd compagnon
Add environment variables
cp .env.example .env
Fill in the variables
<!-- Required! -->
TOKEN=
CLIENT_ID=
DATABASE_URL=
<!-- Not required -->
GUILD_ID=
GIPHY_API_KEY=
Generate the prisma client
pnpm dlx prisma generate
Install dependencies
pnpm install
Start the development server
pnpm dev
Made with <3 by Joël Kuijper