release-1351d6e
·
18 commits
to master
since this release
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.