Compare commits

6 Commits
Author SHA1 Message Date
da d172c29ce9 add logging to webserver 2021-04-14 16:26:47 +02:00
da e0f183b5b7 add Dockerfile 2021-04-14 15:14:31 +02:00
da 2062819b65 use yaml config file instead of flags 2021-04-14 15:07:13 +02:00
da 00971bcca0 add question to utilGetMentioned for future refactoring 2021-04-14 15:05:44 +02:00
da ab21a9d0cf add config.yaml to .gitignore for future use 2021-04-14 13:09:39 +02:00
da ff1f5eed89 remove go.sum from .gitignore 2021-04-14 13:09:39 +02:00
+1 -1
View File
@@ -22,4 +22,4 @@ Coming soon.
## 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. Thank you!
Please use the issue tracker.