Package com.aliucord.wrappers.embeds
Class AuthorWrapper
-
- All Implemented Interfaces:
public final class AuthorWrapper
Wraps the obfuscated EmbedAuthor class to provide nice method names and require only one central update if method names change after an update
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AuthorWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
name
private final String
proxyIconUrl
private final String
url
public final static AuthorWrapper.Companion
Companion
-
Constructor Summary
Constructors Constructor Description AuthorWrapper(EmbedAuthor author)
-