Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/redleague/discord-bot-template
- Owner: redleague
- Created: 2021-05-19T15:16:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T23:07:47.000Z (over 1 year ago)
- Last Synced: 2023-03-03T23:18:16.634Z (over 1 year ago)
- Topics: bot, discord, discord-bot, discord-bot-framework, discord-bot-template, discord-js, discordjs, discordjs-bot, discordjs-v13
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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
> ```