Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/x86senniral/multipurpose-discord-bot

A simple discord moderation bot template. v14.
https://github.com/x86senniral/multipurpose-discord-bot

discord-bot discord-js discordbot discordjs djs djs-v14 economy-bot moderation-bot

Last synced: about 7 hours ago
JSON representation

A simple discord moderation bot template. v14.

Awesome Lists containing this project

README

        

## NOTES
There are several branches on this repo. The `main` Branch is the `moderation` branch with basic moderation commands. Other branches such as `economy` consist of economy commands using the mongodb database.

# Moderation Branch
- Kick, Ban, Mute (Must have a role named "Muted"), Help, ping commands.
-------------------
## Installation
- Simply `git clone https://github.com/vahshellus/Multipurpose-discord-bot.git`
- `npm install` For all required dependencies.
- Replace your client ID and Token in the .env OR if you do not wish to use a .env simply replace the `process.env.TOKEN` and `process.env.CLIENT_ID` with your bot's token and bot id.
- Finally: `node .` to run the project.

## Requirements
- NodeJS and Discord.JS v14