Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenolle/discordjs-template-typescript
A TypeScript-based Discord bot boilerplate for easy and efficient bot development. Features the latest packages, uses pnpm for speedy package management. Tailored for beginners, detailed README included. Join my Discord for feature requests & queries. (JavaScript version: https://github.com/TheNolle/DiscordJS-Template-JavaScript)
https://github.com/thenolle/discordjs-template-typescript
discord-js template
Last synced: 24 days ago
JSON representation
A TypeScript-based Discord bot boilerplate for easy and efficient bot development. Features the latest packages, uses pnpm for speedy package management. Tailored for beginners, detailed README included. Join my Discord for feature requests & queries. (JavaScript version: https://github.com/TheNolle/DiscordJS-Template-JavaScript)
- Host: GitHub
- URL: https://github.com/thenolle/discordjs-template-typescript
- Owner: TheNolle
- Created: 2023-06-13T14:28:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-03T14:57:45.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:57:31.877Z (8 months ago)
- Topics: discord-js, template
- Language: TypeScript
- Homepage: https://discord.com/invite/86yVsMVN9z
- Size: 189 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DiscordTS Bot Template 🤖
Welcome to my TypeScript-based Discord bot boilerplate! This project is an easy-to-use, efficient, and beginner-friendly starting point for Discord bot development. The goal is to make bot development a breeze, without struggling with initial setup and boilerplate code. 🚀
This template is built with `discord.js v14.11.0`, using `node.js v16+` and `npm v8+`. `pnpm` is highly recommended for faster package management but not obligatory. 📦
## Getting Started 📚
1. Clone this repository:
```bash
git clone https://github.com/TheNolle/DiscordTS-Bot-Template.git
```
2. Install the dependencies:
```bash
pnpm install
```
3. Rename `config.json.template` to `config.json`and fill it with your informations.
4. Run the bot:
```bash
pnpm run start
```## Features & Contributions 🔧
This is a simple bot boilerplate, but suggestions for additional features are always welcome! Feel free to raise an issue or submit a pull request. You can also join my [Discord Server](https://discord.com/invite/86yVsMVN9z) to discuss ideas or ask questions.
## Need help? 🤔
If you need help understanding the bot or the boilerplate, I'm always available on my [Discord Server](https://discord.com/invite/86yVsMVN9z). Don't hesitate to join and ask your questions!
## Supporting the Project 💖
This project is, and will always be, open source. If you find it helpful and would like to support its development and maintenance, consider one of the options below. Your support is deeply appreciated!
* [Become a Patron](https://www.patreon.com/_nolly)
* [Buy me a tea on Ko-fi](https://ko-fi.com/nolly__)
* [Sponsor on GitHub](https://github.com/sponsors/TheNolle)Thank you for considering supporting the project. Every bit helps to keep it up and running. 😊
## About Me 🧑💻
I'm Nolly, a passionate developer aiming to make the bot development process smoother and easier. You can find more about me on my website or my GitHub profile.
Happy Bot Building! 🎉