Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burakbehlull/discord-moderation-bot
Moderation bot built with Discord v14 version, integrated with slash commands
https://github.com/burakbehlull/discord-moderation-bot
discord-bot discord-moderation-bot discordjs discordjs-v14 mongodb mongoose
Last synced: about 1 month ago
JSON representation
Moderation bot built with Discord v14 version, integrated with slash commands
- Host: GitHub
- URL: https://github.com/burakbehlull/discord-moderation-bot
- Owner: burakbehlull
- License: apache-2.0
- Created: 2024-06-13T17:38:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T16:09:05.000Z (about 2 months ago)
- Last Synced: 2024-09-28T08:41:32.689Z (about 2 months ago)
- Topics: discord-bot, discord-moderation-bot, discordjs, discordjs-v14, mongodb, mongoose
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Moderation Bot
Moderation bot built with Discord v14 version, integrated with slash commands### Usage:
Operating path:
` npm i `
` npm run deploy `
` npm start `
To enter bot settings, create an .env file, there is an example ` .env ` file named **.env-example** in the project.
```
TOKEN = asokdpoasjdpıasjdoıd
BOT_ID = 123112384234
MONGO_URI =
```### contents:
| command | comment | situation |
| ------ | ------ | ------ |
| **specialbooster** | Those who boost the server will be given a special role opening and management panel. | stable |
| **roomsettings** | Control panel for the created room | incomplete but stable |
| **ban** | ban the user | stable |
| **unban** | unban the user | stable |
| **kick** | kick the user | stable |
| **rolver** | Gives the user a role | stable |
| **rolal** | Removes the user a role | stable |
| **sil** | remove messages | stable |
| **avatar** | user avatar | stable |
| **nuke** | channel format | stable |
| **snipe** | get last message | stable |
| **register** | register user | stable |