WikiCommand

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

This command searches the RuneScape Wiki for a specified object and returns a link to the corresponding page. It validates the URL to ensure it leads to a valid page and responds with either the page title or the object name.

Functions

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

Handles the chat input command event, validates the URL, and sends an appropriate response.