Skip to content

release-7967ca7

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 01:06
· 18 commits to master since this release
1351d6e
feature: adds discord integration to GoMud (#245)

This PR adds a very simple discord integration to GoMud.

To use the integration:
1. Setup a discord webhook: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
2. Set the environment variable "DISCORD_WEBHOOK_URL" prior to running GoMud. (`DISCORD_WEBHOOK_URL=https://www.mywebhook.com ./gomud` on linux).

All feedback is encouraged and welcome, learning Golang slowly.