diff --git a/context.go b/context.go index 59699e9..b0d50bc 100644 --- a/context.go +++ b/context.go @@ -168,7 +168,7 @@ func (c *Ctx) HandleSubCommands(handler ...SubCommandHandler) (err error) { for _, h := range handler { opt := c.Options().Get(0) if opt.Type != discordgo.ApplicationCommandOptionSubCommand || opt.Name != h.Name { - return + continue } ctx := &SubCommandCtx{c, h.Name}