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()
.url(YetAnotherBotList)
.post(body)
.addHeader("Authorization", config.getYetAnotherBotListToken())
.addHeader("Authorization", config.getDiscordExtremeListToken())
.build();
try {