Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/redleague/discord-bot-template

A discord bot template is written in javascript.
https://github.com/redleague/discord-bot-template

bot discord discord-bot discord-bot-framework discord-bot-template discord-js discordjs discordjs-bot discordjs-v13

Last synced: 1 day ago
JSON representation

A discord bot template is written in javascript.

Awesome Lists containing this project

README

        

![Github Stars](https://img.shields.io/github/stars/redleague/discord-bot-template?style=for-the-badge&logo=appveyor)
![GitHub issues](https://img.shields.io/github/issues-raw/redleague/discord-bot-template?style=for-the-badge&logo=appveyor)

# About

An open-source discord-bot template which used Discord.js v13

# Features

> ✅ Easy-to-use

> ✅ Stable

> ✅ Slash Commands

> ✅ Open Source

# Installation
Recommended version Node.js 16.6.x

> To install all the packages just use:
> ```bash
> npm install
> ```
# Run

> Note: Make sure to rename the .env_example file to .env and fill up the credentials
> For running the bot:
> ```bash
> npm run start
> ```