Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
A simple discord moderation bot template. v14.
- Host: GitHub
- URL: https://github.com/x86senniral/multipurpose-discord-bot
- Owner: x86senniral
- Created: 2023-12-24T03:58:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T03:39:16.000Z (10 months ago)
- Last Synced: 2024-09-29T08:42:24.328Z (4 months ago)
- Topics: discord-bot, discord-js, discordbot, discordjs, djs, djs-v14, economy-bot, moderation-bot
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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