MeCommand

object MeCommand

Object responsible for managing the "me" command.

The "me" command allows Discord users to link their RuneScape profile to their Discord account. This object encapsulates the functionality needed to handle the command, including storing the mapping between Discord user IDs and RuneScape usernames.

Functions

Link copied to clipboard
suspend fun handle(event: ChatInputCommandInteractionCreateEvent, userProfiles: MutableMap<String, String>)

Handles the execution of the "me" command.