https://github.com/jusexton/nova
Self-host open source discord bot with a focus on providing quality core discord management tools along with configurable features from endless domains.
https://github.com/jusexton/nova
discord-bot python
Last synced: 10 months ago
JSON representation
Self-host open source discord bot with a focus on providing quality core discord management tools along with configurable features from endless domains.
- Host: GitHub
- URL: https://github.com/jusexton/nova
- Owner: jusexton
- License: mit
- Created: 2023-10-25T07:01:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T05:56:36.000Z (over 2 years ago)
- Last Synced: 2025-04-13T13:09:05.192Z (about 1 year ago)
- Topics: discord-bot, python
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nova
Self-host open source discord bot with a focus on providing quality core discord management tools along with
configurable features from endless domains.
## Getting Started
The easiest way to get started is using `docker-compose`.
```yaml
version: '3'
services:
nova:
image: nova:latest
container_name: nova_bot
restart: always
volumes:
- type: bind
source:
target: /app/config.txt
```
```toml
[nova]
token = "123"
[nova.extensions]
"gw2" = {}
"poll" = {}
```
## Core and Extensions
- [Core](docs/core.md)
- [Guild Wars 2](docs/gw2.md)