mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-10 17:52:44 +08:00
refactor: migrate to gotd (wip)
This commit is contained in:
@@ -9,9 +9,7 @@ import (
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "saveany-bot",
|
||||
Short: "saveany-bot",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
Run()
|
||||
},
|
||||
Run: Run,
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
|
||||
Reference in New Issue
Block a user