Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 554 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 554 Bytes

discord bot boilerplate

A simple TypeScript boilerplate for a Discord bot.

Prerequisites

Setup

git clone https://github.com/YOUR-USERNAME/repository-name.git
  • install the dependencies
cd discord-bot-boilerplate
npm install
  • build the project
npm run build
  • start the bot
npm run start