Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rygent/discord.js-template

A discord.js bot template written with TypeScript.
https://github.com/rygent/discord.js-template

Last synced: about 1 month ago
JSON representation

A discord.js bot template written with TypeScript.

Awesome Lists containing this project

README

        

## Getting Started

### Prerequisites

- [Node.JS v16.14+](https://nodejs.org/en/download) or higher.
- [Git v2.35+](https://git-scm.com/downloads) or higher.
- [Yarn v1.22+](https://yarnpkg.com/en/docs/install) or higher. (Highly recommended)

### Installation

1. Make sure all prerequisites above are installed.
2. Clone the repository, ie. `git clone https://github.com/Rygent/discord.js-template.git`
3. Install the dependencies with `yarn --immutable`
4. While the above is running create your `.env` file using the example file provided in the repo.
5. Run `yarn build`
6. Run `yarn register --global`
7. Run `yarn start`
8. Success!

## License

This project is licensed under the GPL 3.0 license. See the file [`LICENSE`](./LICENSE) for more information.

---

This is not an official Discord product. It is not affiliated with nor endorsed by Discord Inc.