Add FoxCommand
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
package cc.fascinated.bat.model.token.randomfox;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
/**
|
||||
* @author Nick (okNick)
|
||||
*/
|
||||
@Getter
|
||||
@AllArgsConstructor
|
||||
public class RandomFoxToken {
|
||||
/**
|
||||
* The URL of the raw image.
|
||||
*/
|
||||
private String image;
|
||||
|
||||
/**
|
||||
* The link of the image + other web info.
|
||||
*/
|
||||
private String link;
|
||||
}
|
Reference in New Issue
Block a user