AddRoleCommand #73

Merged
greg6775 merged 5 commits from hax-dev into greg-dev 2019-11-16 23:57:45 +01:00
Showing only changes of commit 0a2c51aac2 - Show all commits

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 {