We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ecbab commit c4814ffCopy full SHA for c4814ff
1 file changed
src/main/java/org/botblock/javabotblockapi/Site.java
@@ -46,6 +46,8 @@ public enum Site {
46
47
/**
48
* <a href="https://cloud-botlist.xyz" target="_blank">cloud-botlist.xyz</a>
49
+ *
50
+ * @since v3.2.1
51
*/
52
CLOUD_BOTLIST_XYZ("cloud-botlist.xyz"),
53
@@ -66,7 +68,7 @@ public enum Site {
66
68
* <br>This option still works, but is no longer supported, nor recommended!
67
69
70
@Deprecated
- @DeprecatedSince({"v3.0.1", "#TOP_GG"})
71
+ @DeprecatedSince(version = "v3.0.1", replacement = "#TOP_GG")
72
DISCORDBOTS_ORG("discordbots.org"),
73
74
@@ -113,6 +115,8 @@ public enum Site {
113
115
114
116
117
* <a href="https://glennbotlist.xyz" target="_blank">glennbotlist.xyz</a>
118
119
120
121
GLENNBOTLIST_XYZ("glennbotlist.xyz"),
122
0 commit comments