RozmarinUS / discord.js-v14-ts-starter

DIscord JS v14 Typescript bot starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord v14 Typescript Starter

A quick-start template for Discord.js v14 in Typescript that contains handling for commands, events, and interactions!

Installation

  1. Clone the project with git clone git@github.com:GlobalArtInc/discord/js-v14-ts-starter.git
  2. Rename .env.sample to .env and configure it
  3. Start the bot in development mode npm run start:dev

Building

  1. Build the bot npm run build
  2. Start the bot npm run start

You can deploy it to docker or kubernetes.

Read the little guide

Todo

  1. Deployment to kubernetes using Werf

References

  1. Discord.JS Docs
  2. TypeORM
  3. Werf
  4. The twelve-factor app

About

DIscord JS v14 Typescript bot starter


Languages

Language:TypeScript 100.0%