Go to file
jolheiser 57ab7e47e6
feat: version command
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2024-02-20 11:32:09 -06: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 feat: version command 2024-02-20 11:32:09 -06:00
forge feat: version command 2024-02-20 11:32:09 -06: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