Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thenolle/discordjs-template-javascript

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. (Typescript Version: https://github.com/TheNolle/DiscordJS-Template-TypeScript)
https://github.com/thenolle/discordjs-template-javascript

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. (Typescript Version: https://github.com/TheNolle/DiscordJS-Template-TypeScript)

Awesome Lists containing this project

README

        

DiscordJS Bot Template 🤖


Discord.JS version 14.11.0
Node.JS version 16.0.0
NPM version 8.0.0

Welcome to my JavaScript-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/DiscordJS-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! 🎉