Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rygent/discord.js-template
- Owner: rygent
- License: gpl-3.0
- Created: 2022-11-22T03:58:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:13:37.000Z (about 1 month ago)
- Last Synced: 2024-11-18T21:25:43.666Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 7.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.