Fix typo in DiscordMentions ctor passing role mentions into the users list
Created by: xSke
The constructor of DiscordMentions would pass role mention IDs into the users
list, leading to the mention not working (because Discord interprets it as a user ID and not a role ID). This PR fixes this.