Discord Integration Guide

Set up reminders to be sent to a Discord server channel when a player opens the game and has below 100 credits, limited to once per hour.

How to create a webhook in the Discord app and assign it in unreal engine

  1. Create a private (or public) channel in your Discord server.

  1. Right-click the channel and select "Edit Channel".

  2. Navigate to the integrations tab and click create webhook.

  1. Discord will create one with a random name, in my case its "spidey bot" click that and you will see options to rename it.

  1. Once you rename it to your desired name, click the "Copy Webhook URL" Button.

  2. Navigate to the Dialogue Settings panel in Unreal Engine and select "Open Discord Reminder Integration." Once there, paste the URL from Discord into the field and click "Assign Webhook."

  1. If you see "Webhook setup successful," you have completed the setup. You will receive Discord messages in that channel containing your current credit balance. A note will be included if your balance is low, specifically if it goes below 100 credits, and a player opens your game. These messages are limited to once per hour. This only activates once you are below 100 GPT Credits

Last updated