mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-08 15:10:02 +00:00
Self-hosted modular Discord bot for Twitch communities
.github | ||
ci | ||
wiki | ||
.gitignore | ||
.golangci.yml | ||
.repo-runner.yaml | ||
attributeStore.go | ||
config.go | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
helpers.go | ||
History.md | ||
LICENSE | ||
main.go | ||
Makefile | ||
metastore.go | ||
mod_clearChannel.go | ||
mod_livePosting.go | ||
mod_liveRole.go | ||
mod_presence.go | ||
mod_reactionRole.go | ||
mod_streamSchedule.go | ||
modules.go | ||
README.md | ||
strftime.go | ||
twitch.go |
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