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) { … }
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 { … }