interpretPoke tries to match on the Pokemon name, but if it does not have high enough confidence, it set the ID of the Pokemon to the name of the Pokemon. When displayed as a new raid, #<ID> <Name> shows as #<Name> <Name>
Suggestion:
- Either use a some other string as an unmatched ID, such as -1
- When displaying the message, check if the ID makes sense and skip it if it is unclear