Merge pull request #72 from BigBotNetwork/greg-dev

Greg dev
This commit is contained in:
Skidder 2019-11-16 22:55:56 +01:00 committed by GitHub
commit 0a2c51aac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {