handle

suspend fun handle(event: ChatInputCommandInteractionCreateEvent)

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

This method builds a URL based on the object name provided in the command, checks if the URL points to a valid page, and sends a response with either the page title or an error message.

Parameters

event

The event containing the interaction and command data.