-
Notifications
You must be signed in to change notification settings - Fork 1
Contact
BluDood edited this page Oct 1, 2024
·
2 revisions
To enable the /contact
endpoint, you'll need to register a Discord Webhook:
Go to the settings of any Discord channel you would like to receive messages in, and click "Integrations" > "Webhooks".
Click "New Webhook", optionally give it a name, and click "Copy Webhook URL".
Now paste it into your .env file as such:
DISCORD_WEBHOOK=webhook_url
- In your Discord client, head over to the Advanced tab in Settings, and enable "Developer Mode".
- Now, click on your profile in the lower left, and click "Copy User ID"
- Then, paste it into your .env file as follows:
DISCORD_USER_ID=your_user_id