Issue: When using the 'add to draft' command from within discord, there is no warning or error thrown when a user is added as a duplicate.
Impact: if gone unnoticed it could cause an issue with duplicate entries of a user into the draft
Fix: when 'Add To Draft' command is run
-Check if the user being added to the draft already exists
-if exists: return error message: 'cannot add to draft as they are already signed up!' - no alteration to Pick order
-else: - standard add to draft process.
Location: DraftBoyAdvance/commands/addtodraft.js
Issue: When using the 'add to draft' command from within discord, there is no warning or error thrown when a user is added as a duplicate.
Impact: if gone unnoticed it could cause an issue with duplicate entries of a user into the draft
Fix: when 'Add To Draft' command is run -Check if the user being added to the draft already exists -if exists: return error message: 'cannot add to draft as they are already signed up!' - no alteration to Pick order
-else: - standard add to draft process.