Self-hosted modular Discord bot for Twitch communities
Go to file
Knut Ahlers 30e8f9b7dd
Fix: Be more specific in error message
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-08-27 20:44:19 +02: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 Document role hierarchy 2021-08-24 18:02:06 +02: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 Add templating to config to load env-vars 2021-07-25 15:00:18 +02:00
go.sum Add templating to config to load env-vars 2021-07-25 15:00:18 +02:00
helpers.go Lint: Disable some linters for single functions 2021-08-21 01:14:21 +02:00
History.md prepare release v0.6.1 2021-08-26 00:55:44 +02: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 Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
mod_livePosting.go Fix: Lock live-posts to prevent double posting 2021-08-23 22:34:27 +02:00
mod_liveRole.go Fix: Add reason, move role change to debug level 2021-08-26 00:55:26 +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 Sec: Use app-access-token instead of user-token for schedule fetching 2021-08-21 01:25:19 +02: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
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