This commit is contained in:
GregTCLTK 2019-11-16 22:54:22 +01:00
parent ea807383f3
commit b9ddfc5951
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -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 {