File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/org/botblock/javabotblockapi Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 77 id ' com.github.johnrengelman.shadow' version ' 5.2.0'
88}
99
10- def ver = new Version (major : 4 , minor : 2 , revision : 2 )
10+ def ver = new Version (major : 4 , minor : 2 , revision : 3 )
1111
1212group = " org.botblock"
1313version = " $ver "
Original file line number Diff line number Diff line change @@ -100,7 +100,12 @@ public enum Site {
100100
101101 /**
102102 * <a href="https://discordsbestbots.xyz" target="_blank">discordsbestbots.xyz</a>
103+ *
104+ * @deprecated This site was merged into <a href="https://discordextremelist.xyz" target="_blank">discordextremelist.xyz</a>
105+ * <br>Use {@link #DISCORDEXTREMELIST_XYZ DISCORDEXTREMELIST_XYZ} instead.
103106 */
107+ @ Deprecated
108+ @ DeprecatedSince (version = "v4.2.3" , replacement = "#DISCORDEXTREMELIST_XYZ" )
104109 DISCORDSBESTBOTS_XYZ ("discordsbestbots.xyz" ),
105110
106111 /**
You can’t perform that action at this time.
0 commit comments