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 {
4040
4141 /**
4242 * <a href="https://arcane-botcenter.xyz" target="_blank">arcane-botcenter.xyz</a>
43+ *
44+ * @deprecated Use {@link #ARCANE_CENTER_XYZ ARCANE_CENTER_XYZ} instead.
4345 */
4446 @ Deprecated
45- @ DeprecatedSince (version = "" , replacements = "#ARCANE_CENTER_XYZ" )
47+ @ DeprecatedSince (version = "5.1.13 " , replacements = "#ARCANE_CENTER_XYZ" )
4648 ARCANE_BOTCENTER_XYZ ("arcane-botcenter.xyz" ),
4749
4850 /**
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Many new `GET` actions added for list related stuff.
1515- Site updated:
1616 - Added [ ` ARCANE_CENTER_XYZ ` ] ( https://arcane-center.xyz )
1717 - Deprecated ` ARCANE_BOT_CENTER_XYZ `
18+ - Removed ` TOP_GG ` and ` DISCORDBOTS_GG `
1819
1920### 5.1.12
2021- Improve format of ` RatelimitedException#getMessage() `
You can’t perform that action at this time.
0 commit comments