Relatively large update to bring new bug fixes and features to Bug Report!
 
 - Fixed minor spelling mistake for 
Teleportation error.
 - Fixed "
SQL error or missing database (duplicate column name: status)" error message.
 - Fixed back button in the 
Confirmation GUI to return to the 
Bug Report Details page instead of going back to all Bug Reports page.
 - Changed close button to back button in 
Status Selection GUI.
 - Fixed back button in the 
Status Selection GUI to return to the 
Bug Report Details page instead of going closing.
 - Updated 
/buglist version to show the correct URL.
 - Added more customizable keys for the 
Discord Embed in 
config.yml.
 
 
New Config Keys:
 
 
 
  Code (YAML):
 
 
 
  discordEmbedFields:
  
   - name
  : 
  "Username"
  
     id
  : 1
  
     value
  : 
  "%report_username%"
  
     inline
  : true
  
   - name
  : 
  "UUID"
  
     id
  : 2
  
     value
  : 
  "%report_uuid%"
  
     inline
  : true
  
   - name
  : 
  "World"
  
     id
  : 3
  
     value
  : 
  "%report_world%"
  
     inline
  : true
  
   - name
  : 
  "Location (X, Y, Z)"
  
     id
  : 4
  
     value
  : 
  "%report_location%"
  
     inline
  : true
  
   - name
  : 
  "Gamemode"
  
     id
  : 5
  
     value
  : 
  "%report_gamemode%"
  
     inline
  : true
  
   - name
  : 
  "Status"
  
     id
  : 6
  
     value
  : 
  "%report_status%"
  
     inline
  : true
  
   - name
  : 
  "Category"
  
     id
  : 7
  
     value
  : 
  "%report_category%"
  
     inline
  : true
  
   - name
  : 
  "Full Message"
  
     id
  : 8
  
     value
  : 
  "%report_full_message%"
  
     inline
  : false