Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emaryllis/discord.ts

A TypeScript template for Discord.JS
https://github.com/emaryllis/discord.ts

discord discord-bot discord-js discord-js-bot discord-js-bots discord-js-example discord-js-template discord-js-v14 discord-template discord-template-bot discord-template-ts discord-templates discord-ts discord-ts-bot discord-ts-template discordbot discordjs typescript typescript-template typescript-template-project

Last synced: about 9 hours ago
JSON representation

A TypeScript template for Discord.JS

Awesome Lists containing this project

README

        

# 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

- [@Emaryllis](https://www.github.com/Emaryllis)

## 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:

```bash
npm i
```

## Deployment

To deploy this project, run:

```bash
npm run start
```