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.
- Clone this repository
- Run
npm install
to install dependencies - Paste your bot token into the
config.json
- Run
npx ts-node .
to start the bot