2021-07-31 18:19:27 +00:00
|
|
|
[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/discord-community)](https://goreportcard.com/report/github.com/Luzifer/discord-community)
|
|
|
|
![](https://badges.fyi/github/license/Luzifer/discord-community)
|
|
|
|
![](https://badges.fyi/github/downloads/Luzifer/discord-community)
|
|
|
|
![](https://badges.fyi/github/latest-release/Luzifer/discord-community)
|
|
|
|
![](https://knut.in/project-status/discord-community)
|
|
|
|
|
|
|
|
# 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](https://github.com/Luzifer/discord-community/wiki) for documentation of the configuration file.
|
|
|
|
|
|
|
|
```console
|
|
|
|
# discord-community --help
|
2021-07-31 18:58:47 +00:00
|
|
|
Usage of discord-community:
|
2021-07-31 18:19:27 +00:00
|
|
|
-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
|
|
|
|
```
|