Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozboje/discord-bot
discord.js bot for your server
https://github.com/rozboje/discord-bot
discord discord-bot discord-js
Last synced: 5 days ago
JSON representation
discord.js bot for your server
- Host: GitHub
- URL: https://github.com/rozboje/discord-bot
- Owner: rozboje
- License: mit
- Created: 2025-02-03T14:44:07.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-02-03T15:07:30.000Z (10 days ago)
- Last Synced: 2025-02-03T16:23:35.469Z (10 days ago)
- Topics: discord, discord-bot, discord-js
- Language: JavaScript
- Homepage: https://rozboje.pl
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##
Features
- [x] Welcome messages
- [x] Verification system
- [x] Slash Commands
- [ ] Giveaways
- [ ] Tickets
- [ ] Auto mod
- [ ] Log system##
Installation Guide
### Clone the repo by running
```bash
git clone https://github.com/rozboje/discord.js.git
```
### After cloning Fill all requirement in `config.json`, then run
```bash
npm install discord.js
```
### To start your bot
```bash
node index.js
```