/* Copyright © 2023 Brian Buller */ package main import "git.bullercodeworks.com/brian/helperbot/cmd" func main() { cmd.Execute() }