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()
|
||||
.url(YetAnotherBotList)
|
||||
.post(body)
|
||||
.addHeader("Authorization", config.getYetAnotherBotListToken())
|
||||
.addHeader("Authorization", config.getDiscordExtremeListToken())
|
||||
.build();
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue