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