Do yall by any chance know on how to set up a discord
webhook letting players of the server know when round is starting, many servers use such tech but I’ve received zero explanation. Thanks by early.
In your config.toml you’ll need something like this:
[discord]
ahelp_webhook = "https://discord.com/api/webhooks/inserthere"
round_update_webhook = "https://discord.com/api/webhooks/insertwebhookhere"
round_end_role = "1258438369759985727"
Then in discord get your role ID for the role that gets pinged when a new round starts. To get role IDs you probably need developer mode enabled in discord.
Then go to that channel you want the message to appear in and go to settings, webhooks and create a webhook. Then put it in the quotations like above.
Same works for ahelp relay.