Skip to content

Commit

Permalink
remove cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ikafly144 committed Nov 6, 2024
1 parent 70de70d commit fa5aa9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ package cmd
import (
"fmt"
"github.com/sabafly/gobot/bot"
"github.com/sabafly/gobot/gobot"
"github.com/spf13/cobra"
"os"
)
Expand All @@ -34,7 +33,7 @@ var root = &cobra.Command{
}

func init() {
root.AddCommand(bot.Command(), gobot.Command())
root.AddCommand(bot.Command())
}

func Execute() {
Expand Down

0 comments on commit fa5aa9e

Please sign in to comment.