use of com.github.kennedyoliveira.pastebin4j.AccountCredentials in project DiscordSailv2 by Vaerys-Dawn.
the class Client method initPastebin.
public static void initPastebin(List<String> pastebinToken) {
credentials = new AccountCredentials(pastebinToken.get(0));
pasteBin = new PasteBin(credentials);
logger.info("Pastebin Account Linked.");
}
Aggregations