Go to file
John Olheiser a94d53d1f8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Make debug message less aggressive (#13)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #13
2022-09-08 00:43:01 +08:00
cmd/distea Add goreleaser and message command for issues/PRs (#10) 2022-08-04 04:28:17 +08:00
discord Make debug message less aggressive (#13) 2022-09-08 00:43:01 +08:00
forge Add extra context for PRs (#12) 2022-09-08 00:28:34 +08:00
.drone.yml Add goreleaser and message command for issues/PRs (#10) 2022-08-04 04:28:17 +08:00
.gitignore Add goreleaser and message command for issues/PRs (#10) 2022-08-04 04:28:17 +08:00
.goreleaser.yaml Add goreleaser and message command for issues/PRs (#10) 2022-08-04 04:28:17 +08:00
go.mod Partially implement Gitea and change tests to test_repo 2022-03-24 15:36:34 -05:00
go.sum Partially implement Gitea and change tests to test_repo 2022-03-24 15:36:34 -05:00
LICENSE Initial Commit 2022-03-23 11:08:31 -05:00
README.md Add CI 2022-03-24 12:57:06 -05:00

distea

Go Reference Build Status

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

License

MIT