finalized context menus

This commit is contained in:
2024-03-19 11:12:06 +01:00
parent 1c81625694
commit 79988a1ab4
2 changed files with 53 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ type Command struct {
DynamicModalIDs func() []string
}
var commands []Command = []Command{cmd_form, cmd_tag, cmd_tag_short, cmd_dadjoke, cmd_ping, cmd_ask, cmd_sticky, cmd_cat, cmd_autojoinroles, cmd_autopublish, context_sticky}
var commands []Command = []Command{cmd_form, cmd_tag, cmd_tag_short, cmd_dadjoke, cmd_ping, cmd_ask, cmd_sticky, cmd_cat, cmd_autojoinroles, cmd_autopublish, context_sticky, context_tag}
func ready(s *discordgo.Session, event *discordgo.Ready) {
logrus.Info("Starting up...")