https://github.com/jhmaster2000/yet-another-discord-bot
Simple multi-purpose generic Discord.js bot
https://github.com/jhmaster2000/yet-another-discord-bot
Last synced: about 1 year ago
JSON representation
Simple multi-purpose generic Discord.js bot
- Host: GitHub
- URL: https://github.com/jhmaster2000/yet-another-discord-bot
- Owner: jhmaster2000
- License: apache-2.0
- Created: 2021-07-13T16:58:50.000Z (almost 5 years ago)
- Default Branch: djs-v13
- Last Pushed: 2024-01-27T01:21:37.000Z (over 2 years ago)
- Last Synced: 2024-01-27T02:27:58.259Z (over 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 744 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another Discord Bot
[](#)
~~Because clearly there aren't enough bots out there!~~.
Made with easy and flexible selfhosting in mind. Uses [discord.js](https://discord.js.org/#/) v12 and includes a generic webserver currently not used for anything.
Random Commit Hash: `000001`
## Requirements
- OS: [Windows or Linux](#differences-between-running-on-windows-or-linux)
- NodeJS: `14.x` or above
- NPM: `7.x` or above
## Setup
### Run directly
- Setup `.env` (See: [.env.template](/.env.template))
- Run `npm install && npm start`
### Run with Docker
- Setup `.env` (See: [.env.template](/.env.template))
- Run `docker build -t yet-another-discord-bot .`
- Run `docker run yet-another-discord-bot`
## Differences between running on Windows or Linux
Feature | Windows | Linux
-|-|-
`client.isWin` | `true` | `false`
`sh` command | Very slow to terminate | Normal behavior (Fast)
`shell` command | Very slow overall | Normal behavior (Fast)