Self-hosted modular Discord bot for Twitch communities
Go to file
Knut Ahlers 9b1fb6d260
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-04-09 15:35:34 +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 Add capability for content templating in stream schedule 2022-12-06 18:07: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 2023-04-09 15:35:34 +02:00
go.sum Update dependencies 2023-04-09 15:35:34 +02:00
helpers.go Make embed title and therefore whole embed optional 2022-12-06 13:27:11 +01:00
History.md prepare release v0.12.3 2022-03-04 19:57:20 +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 Fix: Do not try to compare non existing embed 2022-12-06 13:48:38 +01:00
mod_streamSchedule.go Fix: Only access slice if it has content 2022-12-06 19:00:57 +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