Fixed the download link
 Added an updatechecker with a join notification and a command
 Added a way to change the Discord bot's Activity Type
 Supported Types: PLAYING, WATCHING, LISTENING, COMPETING
 /bstaffchatupdate(/bscupdate) permission is bungeestaffchat.update
 this can be changed or disabled from the config
 
 Config Changes
 
 This goes above Discord
 
 
 
  Code (YAML):
 
 
 
  Update:
  
   ENABLED
  : true
  
 
  # This enables if theres an update.
 
 
 Add this to your Discord section
 
 
 
  Code (YAML):
 
 
 
    
  # Supported Activities: PLAYING, WATCHING, LISTENING, COMPETING
  
   ACTIVITY-TYPE
  : 
  "WATCHING"
  
   
  # This is the Activity/Custom Status message
  
   ACTIVITY
  : 
  "staffchat"
 
 
 Add this to your Commands section
 
 
 
  Code (YAML):
 
 
 
     UPDATE:
  
     ENABLED
  : true
  
     
  # Command without /
  
     COMMAND
  : 
  "bstaffchatupdate"
  
     
  # This permission is also used for the on-join notification
  
     PERMISSION
  : 
  "bungeestaffchat.update"
  
     
  # Command without /
  
     
  # Leave blank if you don't want an alias
  
     ALIAS
  : 
  "bscupdate"