Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

url

Sets link for title in your webhook message. Requires title variable and turns it into hyperlink.

Example:

{
  "embeds": [{
    "title": "Google it!",
    "url": "https://google.com/"
  }]
}