ratz/src/modules/usertags/tageditor.go

func buildTagsEmbed(u common.UserRecord) common.MessageEmbed {}

func UserTags(c commands.CommandActivation) {}

func tagSelectLocationHandler(p commands.CommandComponentActivation) {}

func tagSelectFoodHandler(p commands.CommandComponentActivation) {}

func tagSelectFreeTagsHandler(p commands.CommandComponentActivation) {}

// build a temporary tagset, then apply it on save
func tagButtonHandler(p commands.CommandComponentActivation) {}

func generateLocationTagBox(user common.UserRecord) commands.CommandSelectBox {}

func generateFoodTagBox(user common.UserRecord) commands.CommandSelectBox {}

func generateUserTagBox(user common.UserRecord, isadmin bool) commands.CommandSelectBox {}