Skip to content

Emaryllis/Discord.TS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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