Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Auto-managed webhooks

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 03:55
· 3 commits to main since this release
e4ca652

Auto-managed webhooks

The webhook config format has changed. It's now really simple:

{
  "webhooks": true
}

If it's set to true, the bot will create and re-use its own webhooks. No need to create them manually anymore. You can find them under the integrations tab in server settings for the bot.

Note: this means the nickname field in config cannot contain the string discord.

What's Changed

  • Auto-create and reuse bot-owned webhooks by @aronson in #59

Full Changelog: 6.0.3...6.1.0