package
Version:
v0.0.0-...-7c17315
Opens a new window with list of versions in this module.
Published: Jan 20, 2025
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var BotCmd = &cobra.Command{
Use: "bot",
Short: "Starts meepow bot service",
Example: "meepow start bot -c config.yaml -l production",
Run: func(cmd *cobra.Command, args []string) {
startBot()
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.