discord package

The discord package provides functions for sending messages to Discord. Import the contrib/chobbs/discord package:

import "contrib/chobbs/discord"

Options

option discord.discordURL = "https://discordapp.com/api/webhooks/"

discordURL

discordURL is the Discord webhook URL. Default is https://discordapp.com/api/webhooks/.

Functions


Was this page helpful?

Thank you for your feedback!