Compare commits

13 Commits
Author SHA1 Message Date
da e85f491d99 README.md: add thank you to text 2021-04-23 10:23:56 +02:00
da eebcbde94d Revert "change from flags to config file"
This reverts commit 9232168b1e.
2021-04-14 13:07:50 +02:00
da f0bf55ca41 Revert "add Dockerfile for easy deployment"
This reverts commit 87509ff803.
2021-04-14 13:07:45 +02:00
da 1d536d433e Revert "switch do alpine docker image"
This reverts commit f01aafe454.
2021-04-14 13:07:41 +02:00
da cc9d51cf2b Revert "update README.md"
This reverts commit 72983f8adc.
2021-04-14 13:07:38 +02:00
da 22a9df93ea Revert "go.mod: bump discordgo to v0.23.2"
This reverts commit c6bee2e4a7.
2021-04-14 13:07:33 +02:00
da ff1c2e4554 Revert "README.md: delete \newline"
This reverts commit a254f42d92.
2021-04-14 13:07:20 +02:00
da a254f42d92 README.md: delete \newline 2021-04-13 16:22:16 +02:00
da c6bee2e4a7 go.mod: bump discordgo to v0.23.2 2021-04-13 16:19:50 +02:00
da 72983f8adc update README.md 2021-04-13 14:21:07 +02:00
da f01aafe454 switch do alpine docker image 2021-04-13 12:54:07 +02:00
da 87509ff803 add Dockerfile for easy deployment 2021-04-13 12:29:03 +02:00
da 9232168b1e change from flags to config file 2021-04-13 12:28:41 +02:00
+1 -1
View File
@@ -22,4 +22,4 @@ Coming soon.
## Known issues ## 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. - `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. Please use the issue tracker. Thank you!