humble-bot/constants/constants.go
Adora Laura Kalb 64593a6987
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docker-unstable Pipeline was successful
update makefile
2024-10-29 13:21:36 +01:00

13 lines
355 B
Go

/*
* Copyright (c) 2023 Laura Kalb <dev@lauka.net>
* The code of this project is available under the MIT license. See the LICENSE file for more info.
*
*/
package constants
var AppVersion string
var HumbleCategories = []string{"games", "books", "software"}
var UserAgent = "humble-bot/" + AppVersion + " https://codeberg.org/lauralani/humble-bot"