feat: add a new cmd - group add #2

Merged
Kichiyaki merged 2 commits from feat/cmd-add-group into master 2022-10-03 05:19:33 +00:00
Showing only changes of commit 7ae06351ce - Show all commits

View File

@ -48,6 +48,7 @@ func (c *groupCommand) handle(s *discordgo.Session, i *discordgo.InteractionCrea
case "add":
c.handleAdd(s, i)
return
default:
}
}