handle
suspend fun handle(event: ChatInputCommandInteractionCreateEvent, userProfiles: MutableMap<String, String>)
Handles the execution of the "me" command.
This function stores the RuneScape username provided by the user in the userProfiles
map, linking it to the user's Discord ID. It then responds to the user with a confirmation message that includes a link to their RuneScape highscore page.
Parameters
event
The event triggered by the "me" command.
user Profiles
A mutable map linking Discord user IDs to their linked RuneScape usernames.