Fix library crashing on client receive message
Created by: uwx
Summary
Fixes the client crashing when receiving a message
Details
I thought ToDictionary
would purge duplicate keys, I was very wrong
Changes proposed
- Make sure keys are distinct before creating DiscordNameLookup dictionary
Notes
This was a huge mistake