iDevMC / Lanyard4J

I don't know, I just know it can get data from @Phineas's Lanyard JSON endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lanyard4J

Basic implementation of the Lanyard API in Java.

Basic usage:

IDiscordUser user = LanyardAPI.getDiscordUser(253287312362962946l);
System.out.println(user.avatar());

Output:

cdn.discordapp.com/avatars/253287312362962946/aa1fc7bf8dbfd761f0e1e227444f1ddf

Maven hopefully coming soon! that is if im not lazy to add it to maven central or something

About

I don't know, I just know it can get data from @Phineas's Lanyard JSON endpoint

License:MIT License


Languages

Language:Java 100.0%