humble-bot/constants/constants.go

14 lines
358 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
2023-07-07 11:05:07 +02:00
var AppVersion = "0.1.2"
var HumbleCategories = []string{"games", "books", "software"}
var UserAgent = "humble-bot/" + AppVersion + " https://codeberg.org/lauralani/humble-bot"