You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
Co-authored-by: jolheiser <john.olheiser@gmail.com> Reviewed-on: #13 |
7 months ago | |
---|---|---|
cmd/distea | 8 months ago | |
discord | 7 months ago | |
forge | 7 months ago | |
.drone.yml | 8 months ago | |
.gitignore | 8 months ago | |
.goreleaser.yaml | 8 months ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago |
README.md
distea
A small Discord bot used in the Gitea server.
Configuration
CLI flags:
Usage of distea:
-config string
Path to config
-discord-guild-id string
Discord guild ID
-discord-token string
Discord bot token
-forge-token string
Forge token for authentication
-json
Use JSON logging
-log-level value
Set the logging level (default: info)
Config file (TOML):
discord-guild-id = ""
discord-token = ""
forge-token = ""
json = false
log-level = ""
Environment variables:
DISTEA_DISCORD_GUILD_ID
DISTEA_DISCORD_TOKEN
DISTEA_FORGE_TOKEN
DISTEA_JSON
DISTEA_LOG_LEVEL