Self-hosted modular Discord bot for Twitch communities
Find a file
Renovate Bot 970463707f
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
chore(deps): update ghcr.io/luzifer-docker/action-env:master docker digest to 6c1a021
2025-11-15 11:19:39 +00:00
.github/workflows chore(deps): update ghcr.io/luzifer-docker/action-env:master docker digest to 6c1a021 2025-11-15 11:19:39 +00:00
ci docs: move template for wiki page into repo 2025-09-20 16:50:21 +02:00
pkg lint: resolve linter errors 2025-09-20 16:44:01 +02:00
.gitignore ci: add docs generation 2025-09-20 15:33:02 +02:00
.golangci.yml fix(ci): update golangci-lint config 2025-09-20 15:03:48 +02:00
Dockerfile chore(deps): update golang:1.25-alpine docker digest to d3f0cf7 2025-11-06 12:49:35 +00:00
go.mod chore(deps): update dependency go to v1.25.4 2025-11-08 00:19:45 +00:00
go.sum chore: replace gopkg.in/yaml.v2 2025-09-20 15:06:04 +02:00
History.md prepare release v0.14.0 2025-09-20 17:29:59 +02:00
LICENSE Add building / meta files 2021-07-31 20:20:44 +02:00
main.go refactor: move modules into own packages 2025-09-20 16:41:18 +02:00
Makefile refactor: move modules into own packages 2025-09-20 16:41:18 +02:00
module.load.go refactor: move modules into own packages 2025-09-20 16:41:18 +02:00
README.md chore: update badges 2025-09-20 15:38:06 +02:00
renovate.json ci: replace CI setup 2025-09-20 14:50:44 +02:00

Go Report Card

Luzifer / discord-community

Twitch-Bot is intended as an alternative to the big Discord bots like MEE6 or similar.

At the moment it is a work-in-progress and does not yet implment all features it shall in the future.

Configuration

Please see the Wiki for documentation of the configuration file.

# discord-community --help
Usage of discord-community:
  -c, --config string      Path to config file (default "config.yaml")
      --listen string      Port/IP to listen on (default ":3000")
      --log-level string   Log level (debug, info, warn, error, fatal) (default "info")
      --version            Prints current version and exits