We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fc400 commit 6e91c01Copy full SHA for 6e91c01
src/main/java/com/andre601/javabotblockapi/Site.java
@@ -73,7 +73,11 @@ public enum Site {
73
/**
74
* <a href="https://wonderbotlist.com" target="_blank">wonderbotlist.com</a>
75
*/
76
- WONDERBOTLIST_COM("wonderbotlist.com");
+ WONDERBOTLIST_COM("wonderbotlist.com"),
77
+ /**
78
+ * <a href="https://yabl.xyz" target="_blank">yabl.xyz</a>
79
+ */
80
+ YABL_XYZ("yabl.xyz");
81
82
private String site;
83
0 commit comments