humble-bot/constants/constants.go
2023-07-07 08:18:04 +02:00

13 lines
358 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 = "0.1.0"
var HumbleCategories = []string{"games", "books", "software"}
var UserAgent = "humble-bot/" + AppVersion + " https://codeberg.org/lauralani/humble-bot"