Emaryllis / Discord.TS

A TypeScript template for Discord.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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