Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 691 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 691 Bytes

Discord bot with TypeScript

A starter pack for those who want to create a Discord bot with TypeScript

Tech Stack

  • Discord.js
  • Typescript

Development

Clone the project

  git clone https://github.com/sana-team/discord-bot-ts.git

Go to the project directory

  cd discord-bot-ts

Install dependencies

  pnpm install

Copy the .env.example to .env and fill out the values

  cp .env.example .env

Start the bot

  pnpm dev

Acknowledgements