File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/java/org/botblock/javabotblockapi Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,11 @@ public enum Site {
40
40
41
41
/**
42
42
* <a href="https://arcane-botcenter.xyz" target="_blank">arcane-botcenter.xyz</a>
43
+ *
44
+ * @deprecated Use {@link #ARCANE_CENTER_XYZ ARCANE_CENTER_XYZ} instead.
43
45
*/
44
46
@ Deprecated
45
- @ DeprecatedSince (version = "" , replacements = "#ARCANE_CENTER_XYZ" )
47
+ @ DeprecatedSince (version = "5.1.13 " , replacements = "#ARCANE_CENTER_XYZ" )
46
48
ARCANE_BOTCENTER_XYZ ("arcane-botcenter.xyz" ),
47
49
48
50
/**
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Many new `GET` actions added for list related stuff.
15
15
- Site updated:
16
16
- Added [ ` ARCANE_CENTER_XYZ ` ] ( https://arcane-center.xyz )
17
17
- Deprecated ` ARCANE_BOT_CENTER_XYZ `
18
+ - Removed ` TOP_GG ` and ` DISCORDBOTS_GG `
18
19
19
20
### 5.1.12
20
21
- Improve format of ` RatelimitedException#getMessage() `
You can’t perform that action at this time.
0 commit comments