Discord Notifications

Trigger notifications for Telliot, for example, when submitting a report

Inside telliot-feeds folder, in the .env file, you can set a Discord Webhook for Telliot to send you notifications about what it is reporting and if your stake got reduced, which may mean you got disputed.

If you don't have a Discord webhook, here's Discord's official tutorial on how to get one following quick easy steps.

You just need to paste your discord webhook here and telliot will always try to send you a notification when submitting a report. You can choose a name (default 'Telliot') or leave the webhook variable empty ("") for no notifications.

# Type a name to be used as a title when receiving alerts from TELLIOT
MONITOR_NAME_TELLIOT="Telliot" 
#Paste the discord webhook to send Telliot Notifications to, like submitted reports. Leave empty for no Telliot notifications.
DISCORD_WEBHOOK_URL_4="" 

Last updated