A simple webhook server that forwards Tot Sudo webhook payloads to Discord.
- Create a Discord Webhook from the "Integrations" section of server settings.
- Create a
config.pyfile in/srcthat defines a variable calledwebhook_urland sets it equal to the webhook URL you just made.
webhook_url = 'https://discord.com/api/webhooks/somelongstringofcharacters'- In Conan Exiles, open the Tot Sudo Admin panel. In "Configure" log under the Sudo settings, enable the webhook and past your IP address with port 8000 and a path of
/tot. You're done.