handleCommands

fun Kord.handleCommands()

Extension function to handle global chat commands for the RuneScape Discord bot.

This function listens for ChatInputCommandInteractionCreateEvent events and delegates the command execution to the appropriate command handler based on the command name.

Supported commands:

  • "flip": Finds the best flip for an item.

  • "ge": Searches for an item in the Grand Exchange.

  • "highscore": Fetches the RuneScape highscore for a player. If a player name is not provided, it will use the RuneScape profile linked to the user's Discord account.

  • "wiki": Searches the RuneScape Wiki.

  • "me": Links a RuneScape profile to the user's Discord account.

Example usage:

kord.handleCommands()