add duck image command
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 35s
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package cc.fascinated.bat.model.token.randomd;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* @author Fascinated (fascinated7)
|
||||
*/
|
||||
@Getter
|
||||
public class RandomDuck {
|
||||
/**
|
||||
* The URL of the duck image.
|
||||
*/
|
||||
private String url;
|
||||
}
|
Reference in New Issue
Block a user