How to tell if a user has gone in and created a menu

check in footer if their any menu for their location

    <?php
    if ( has_nav_menu( $location ) ) {
         //add your footer menu or do something
    }else{
      //display a message telling them they should
    }
   ?>

Important Link:

has_menu_nav