13 lines
253 B
Go
13 lines
253 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 main
|
|
|
|
import "codeberg.org/lauralani/humble-bot/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|