/relay

A service that runs as a discord bot and proxies web requests to it.

Primary LanguageGoMIT LicenseMIT

relay

Go Report Card GoDoc Build Status

A service that runs as a discord bot and proxies web requests to it.

Install

Expanding

Right now, all of the json types are defined in lib/proxy.go. If your json isn't a simple map[string]string, you can create a new type and add it to the file. You can see existing types in the docs.

Please add a test for each new type you add, so we don't break in the future.