Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 351 Bytes

Discord.JS Quick Start (Typescript)

This is a quick start template for a Discord.JS bot written in Typescript. It includes a basic command and button handler, and one test command.

Setup

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Paste your bot token into the config.json
  4. Run npx ts-node . to start the bot