Skip to content

Discord bot built with Discord.js, Typescript, Node.js, TypeORM and MongoDB. Mainly used in a private server with friends

Notifications You must be signed in to change notification settings

Jessuhh/compagnon

 
 

Repository files navigation

Compagnon

Discord bot built with Discord.js, Typescript, Node.js, TypeORM and MongoDB. Mainly used in a private server with friends

Requiremnts

Getting started

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

About

Discord bot built with Discord.js, Typescript, Node.js, TypeORM and MongoDB. Mainly used in a private server with friends

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 2.3%
  • Handlebars 1.2%
  • Shell 0.2%