Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 975 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 975 Bytes

Discord.TS - A Discord.JS TypeScript Template

This is a template meant for Discord.JS developers who want to use TypeScript instead of JavaScript.

GitHub Repo stars GitHub Repo stars

Authors

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

BOT_TOKEN - Discord Bot's Token

CLIENT_ID - Discord Bot's Client ID

Installation

To install the dependencies with npm, run:

  npm i

Deployment

To deploy this project, run:

  npm run start