Skip to content

Commit 6e91c01

Browse files
committed
Added yabl.xyz to Sites
1 parent 11fc400 commit 6e91c01

File tree

1 file changed

+5
-1
lines changed
  • src/main/java/com/andre601/javabotblockapi

1 file changed

+5
-1
lines changed

src/main/java/com/andre601/javabotblockapi/Site.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ public enum Site {
7373
/**
7474
* <a href="https://wonderbotlist.com" target="_blank">wonderbotlist.com</a>
7575
*/
76-
WONDERBOTLIST_COM("wonderbotlist.com");
76+
WONDERBOTLIST_COM("wonderbotlist.com"),
77+
/**
78+
* <a href="https://yabl.xyz" target="_blank">yabl.xyz</a>
79+
*/
80+
YABL_XYZ("yabl.xyz");
7781

7882
private String site;
7983

0 commit comments

Comments
 (0)