Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (10 loc) · 425 Bytes

File metadata and controls

20 lines (10 loc) · 425 Bytes

Discord.js TypeScript Example using DJS v13

A simple template using TypeScript for Discord.JS

Make sure to set your settings in example.env and rename it to just .env

Installing & Building:

Node.JS v16+ Required

git clone https://github.com/TeamFK/discord.js-typescript-example-v13.git

cd discord.js-typescript-example-v13

npm i

npm run build

npm run start