FlipCommand

Command handler for the "flip" command in the RuneScape Discord bot.

This command analyzes items from the RuneScape Grand Exchange to find the best flipping opportunities. It calculates metrics such as the Simple Moving Average (SMA), price volatility, and margin to suggest whether an item is a good buy candidate.

Functions

Link copied to clipboard
suspend fun handle(event: ChatInputCommandInteractionCreateEvent)

Handles the execution of the "flip" command.