Structs
- Represents the data to be stored within the [User] enum. It contains the username and discord name of the user being analyzed.
namefield is the name of the user.discord_namefield is the discord name of the user.
Enums
- Represents a unique identifier for a user, their ID. Variants include an anonymous identifier or a specific user.