Self-hosted modular Discord bot for Twitch communities
Go to file
2022-03-03 18:48:04 +01:00
.github Add building / meta files 2021-07-31 20:20:44 +02:00
ci Wiki: Remove useless heading, sort modules 2021-07-25 14:30:26 +02:00
wiki [liveposting] Allow to override the post text for specific users 2021-11-16 00:12:20 +01:00
.gitignore Instead of scanning for message, use store to save its ID 2021-08-07 17:00:49 +02:00
.golangci.yml Configure Linter 2021-07-31 20:22:35 +02:00
.repo-runner.yaml Add building / meta files 2021-07-31 20:20:44 +02:00
attributeStore.go Add polling for live-streams (#1) 2021-08-01 02:13:05 +02:00
config.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
Dockerfile Update Dockerfile 2021-07-23 00:55:51 +02:00
go.mod Update dependencies 2022-03-03 18:47:47 +01:00
go.sum Update dependencies 2022-03-03 18:47:47 +01:00
helpers.go Lint: Disable some linters for single functions 2021-08-21 01:14:21 +02:00
History.md prepare release v0.12.2 2022-03-03 18:48:04 +01:00
LICENSE Add building / meta files 2021-07-31 20:20:44 +02:00
main.go Fix: Be more specific in error message 2021-08-27 20:44:19 +02:00
Makefile Dev: Disable Wiki update on non-master-branch 2021-07-31 23:06:16 +02:00
metastore.go Fix: Handle empty store-file created for permission management 2021-08-22 15:23:23 +02:00
mod_clearChannel.go Update dependencies 2022-03-03 18:47:47 +01:00
mod_livePosting.go Update dependencies 2022-03-03 18:47:47 +01:00
mod_liveRole.go [liverole] Fix: Take username from member information 2021-08-30 22:28:12 +02:00
mod_presence.go Switch presence module to app-access-token 2021-08-23 00:57:31 +02:00
mod_reactionRole.go Lint: Disable some linters for single functions 2021-08-21 01:14:21 +02:00
mod_streamSchedule.go Lint: Disable gocyclo triggered by switch statement 2022-02-11 22:45:36 +01:00
modules.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
README.md Fix README containing wrong output 2021-07-31 20:58:47 +02:00
strftime.go Support dynamic date specification 2021-08-27 23:22:27 +02:00
twitch.go Add polling for live-streams (#1) 2021-08-01 02:13:05 +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