humble-bot/constants/constants.go

14 lines
355 B
Go
Raw Normal View History

/*
* 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
2024-10-29 13:21:36 +01:00
var AppVersion string
var HumbleCategories = []string{"games", "books", "software"}
var UserAgent = "humble-bot/" + AppVersion + " https://codeberg.org/lauralani/humble-bot"