Self-hosted modular Discord bot for Twitch communities
Go to file
Knut Ahlers fa6997f684
Extract Twitch API calls to extra module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-07-29 21:13:19 +02:00
ci Wiki: Remove useless heading, sort modules 2021-07-25 14:30:26 +02:00
wiki Document presence module 2021-07-25 14:39:53 +02:00
.gitignore Log enabled modules, do not run on no enabled modules 2021-07-23 00:58:28 +02:00
attributeStore.go Add support for "Expect" check, add Duration support 2021-07-25 13:42:56 +02:00
config.go Add templating to config to load env-vars 2021-07-25 15:00:18 +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 Extract Twitch API calls to extra module 2021-07-29 21:13:19 +02:00
main.go Log the index of the configuration which failed to initialize 2021-07-25 13:42:38 +02:00
Makefile Add automated actions for Wiki 2021-07-25 15:02:54 +02:00
mod_presence.go Document presence module 2021-07-25 14:39:53 +02:00
mod_streamSchedule.go Extract Twitch API calls to extra module 2021-07-29 21:13:19 +02:00
modules.go Improve module concept and config 2021-07-23 00:54:11 +02:00
twitch.go Extract Twitch API calls to extra module 2021-07-29 21:13:19 +02:00