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