commit
0a2c51aac2
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