Fix...
This commit is contained in:
parent
ea807383f3
commit
b9ddfc5951
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public class BotList {
|
||||||
Request yetanotherbotlist = new Request.Builder()
|
Request yetanotherbotlist = new Request.Builder()
|
||||||
.url(YetAnotherBotList)
|
.url(YetAnotherBotList)
|
||||||
.post(body)
|
.post(body)
|
||||||
.addHeader("Authorization", config.getYetAnotherBotListToken())
|
.addHeader("Authorization", config.getDiscordExtremeListToken())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue