Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jochem-w/lemonbot
https://github.com/jochem-w/lemonbot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jochem-w/lemonbot
- Owner: Jochem-W
- License: agpl-3.0
- Created: 2023-07-08T18:52:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T19:13:51.000Z (3 months ago)
- Last Synced: 2024-12-08T07:45:26.262Z (about 2 months ago)
- Language: TypeScript
- Size: 584 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lemonbot
Multi-purpose Discord for the Lemon Tree Discord server.
## Setup
The bot uses Docker to ensure a consistent build and runtime environment.
1. Install the latest version of Docker and Docker Compose
2. Clone the repository
3. Edit and move `example.env` and create `config.json`## Running the bot
- To start the bot, run `docker compose up`
- Additionally, use the `-d` flag to run the bot in the background
- Additionally, use the `--build` flag to build the bot before starting it
- To view the logs, run `docker compose logs bot`
- To stop the bot, run `docker compose down`## License
Source code contained in this repository is licensed under the GNU Affero General Public License version 3. If you run a
modified version of this software on a server, the modified source code must be accessible to users of the software. For
more information, see the LICENSE file.