File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/main/java/org/botblock/javabotblockapi Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ public enum Site {
4646
4747 /**
4848 * <a href="https://cloud-botlist.xyz" target="_blank">cloud-botlist.xyz</a>
49+ *
50+ * @since v3.2.1
4951 */
5052 CLOUD_BOTLIST_XYZ ("cloud-botlist.xyz" ),
5153
@@ -66,7 +68,7 @@ public enum Site {
6668 * <br>This option still works, but is no longer supported, nor recommended!
6769 */
6870 @ Deprecated
69- @ DeprecatedSince ({ "v3.0.1" , "#TOP_GG" } )
71+ @ DeprecatedSince (version = "v3.0.1" , replacement = "#TOP_GG" )
7072 DISCORDBOTS_ORG ("discordbots.org" ),
7173
7274 /**
@@ -113,6 +115,8 @@ public enum Site {
113115
114116 /**
115117 * <a href="https://glennbotlist.xyz" target="_blank">glennbotlist.xyz</a>
118+ *
119+ * @since v3.2.1
116120 */
117121 GLENNBOTLIST_XYZ ("glennbotlist.xyz" ),
118122
You can’t perform that action at this time.
0 commit comments