From cc9d51cf2bc1a9b9c190683db7400e7ab46e999c Mon Sep 17 00:00:00 2001 From: Daniel Aberger Date: Wed, 14 Apr 2021 13:07:38 +0200 Subject: [PATCH] Revert "update README.md" This reverts commit 72983f8adc1c4de15e8f3e4ad099b8284a938ae2. --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6d6c52..b7546bb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Gidbig +# Gidbig -Gidbig is a Discord Bot in Go based on (now deprecated) -[Airhorn Bot by Hammer and Chisel](https://github.com/discord/airhornbot/tree/golang). +Gidbig is a Discord Bot in Go based on +[Airhorn Bot by Hammer and Chisel](https://github.com/hammerandchisel/airhornbot/). Visit [https://airhorn.solutions/](https://airhorn.solutions/). ## Features @@ -16,7 +16,10 @@ Typing only the `!command` without an argument results in a random sound of this ## Installation Coming soon. - ## To do - more web interface enhancements -- add support for more than just `.dca` files, mp3 would be nice! \ No newline at end of file + +## Known issues +- `https://discordapp.com/api/oauth2` needs to be added to `brokenAuthHeaderProviders` in `golang.org/x/oauth2/internal/token.go` in order for oauth2 to work again. + +Please use the issue tracker.