Skip to content

Configuring in Bearry

Now let’s teach Bearry to use this URL.

  1. Open Bearry.

  2. In the side menu, go to Integration and click on Discord.

  3. You will see an empty list. Click the “Add Webhook” button.

  4. Fill in the form:

    • Name: A name for you to identify this webhook inside Bearry (e.g., “Main Clips Channel”).
    • Webhook URL: Paste the URL you copied from Discord in the previous step.
    • Events: Select “Clip Created”. This tells Bearry when to use this webhook.
    • Message Template: Here you write the text that will be posted.
      • You can use normal text, emojis, and Special Variables.

    Available Variables:

    • {clip_url}: The clip link (Required for people to watch).
    • {clip_title}: The clip title.
    • {clip_duration}: The duration in seconds.
    • {created_by}: The name of who created the clip (chat user or you).

    Message Template Example:

    🎬 **New Stream Clip!**
    Title: {clip_title}
    Clipped by: {created_by}
    Watch here: {clip_url}
  5. Make sure the Enabled box is checked.

  6. Click Save.