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 7
7
id ' com.github.johnrengelman.shadow' version ' 5.2.0'
8
8
}
9
9
10
- def ver = new Version (major : 4 , minor : 2 , revision : 2 )
10
+ def ver = new Version (major : 4 , minor : 2 , revision : 3 )
11
11
12
12
group = " org.botblock"
13
13
version = " $ver "
Original file line number Diff line number Diff line change @@ -100,7 +100,12 @@ public enum Site {
100
100
101
101
/**
102
102
* <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.
103
106
*/
107
+ @ Deprecated
108
+ @ DeprecatedSince (version = "v4.2.3" , replacement = "#DISCORDEXTREMELIST_XYZ" )
104
109
DISCORDSBESTBOTS_XYZ ("discordsbestbots.xyz" ),
105
110
106
111
/**
You can’t perform that action at this time.
0 commit comments