Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waxer59/discordjs-bot
https://github.com/waxer59/discordjs-bot
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/waxer59/discordjs-bot
- Owner: Waxer59
- License: mit
- Created: 2023-01-16T03:35:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T15:00:34.000Z (10 months ago)
- Last Synced: 2024-04-17T14:56:09.107Z (7 months ago)
- Language: JavaScript
- Size: 503 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to run the project
1. Install all the dependencies using
```console
npm install
```2. Rename __.env.template__ to __.env__ and fill all the fields
3. Create the mongo database with the command
```console
docker-compose up -d
```4. Start the project using
```console
npm run start
```## Project requirements
* Install ffmpeg for the music library: [Linux](https://www.tecmint.com/install-ffmpeg-in-linux/) | [Windows](https://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/)
## Commands
### Fun
* /ping
* /decision
* /emoji
* /rock-paper-scissors
* /joke
* /roll
### Music
* /music-play
* /music-setup
* /music-loop
* /music-pause
* /music-clear-queue
* /music-skip
* /music-stop
* /music-get-queue
### Admin
* /clear-chat
### Tools
* /ticket-setup
* /sourcebin
* /poll