handle

suspend fun handle(event: ChatInputCommandInteractionCreateEvent)

Handles the execution of the "flip" command.

Depending on the provided item name, this method either finds the best item to flip from the top 100 items or analyzes a specific item to determine if it's a good buy candidate.

Parameters

event

The event triggered by the "flip" command.