Go to file
John Olheiser d3da34edd6
Some checks failed
build nightly / build nightly (push) Failing after 24s
feat: nix flake (#19)
Reviewed-on: #19
2024-02-10 15:42:39 +00:00
.gitea/workflows switch to actions (#16) 2023-04-20 23:37:18 +08:00
cmd/distea Add goreleaser and message command for issues/PRs (#10) 2022-08-04 04:28:17 +08:00
discord chore: update links (#17) 2024-02-06 03:04:50 +00:00
forge Add extra context for PRs (#12) 2022-09-08 00:28:34 +08:00
.gitignore Add goreleaser and message command for issues/PRs (#10) 2022-08-04 04:28:17 +08:00
.goreleaser.yaml build: update goreleaser config (#18) 2024-02-06 03:03:07 +00:00
flake.lock feat: nix flake (#19) 2024-02-10 15:42:39 +00:00
flake.nix feat: nix flake (#19) 2024-02-10 15:42:39 +00: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