Self-hosted modular Discord bot for Twitch communities
Go to file
Knut Ahlers 473808dfa0
Wiki/Fix: Typo
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-08-08 00:08:36 +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 Wiki/Fix: Typo 2021-08-08 00:08:36 +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 Replace embed comparison with general compare helper 2021-08-07 19:27:20 +02:00
History.md prepare release v0.3.1 2021-08-06 21:43:51 +02:00
LICENSE Add building / meta files 2021-07-31 20:20:44 +02:00
main.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
Makefile Dev: Disable Wiki update on non-master-branch 2021-07-31 23:06:16 +02:00
metastore.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
mod_clearChannel.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
mod_livePosting.go Add auto_publish functionality for liveposting module 2021-08-07 16:28:22 +02:00
mod_liveRole.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
mod_presence.go Add persistent store and module IDs 2021-08-07 16:16:14 +02:00
mod_reactionRole.go Wiki/Fix: Typo 2021-08-08 00:08:36 +02:00
mod_streamSchedule.go Clarify Wiki 2021-08-07 23:45:34 +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