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.
Go to file
John Olheiser a94d53d1f8
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Make debug message less aggressive (#13)
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: #13
7 months ago
cmd/distea Add goreleaser and message command for issues/PRs (#10) 8 months ago
discord Make debug message less aggressive (#13) 7 months ago
forge Add extra context for PRs (#12) 7 months ago
.drone.yml Add goreleaser and message command for issues/PRs (#10) 8 months ago
.gitignore Add goreleaser and message command for issues/PRs (#10) 8 months ago
.goreleaser.yaml Add goreleaser and message command for issues/PRs (#10) 8 months ago
LICENSE Initial Commit 1 year ago
README.md Add CI 1 year ago
go.mod Partially implement Gitea and change tests to test_repo 1 year ago
go.sum Partially implement Gitea and change tests to test_repo 1 year ago

README.md

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