@@ -55,8 +55,13 @@ public class Site{
5555 * <ul>
5656 * <li>POST</li>
5757 * </ul>
58+ *
59+ * @deprecated Website not responding.
5860 */
59- public static final Site ARCANE_CENTER_XYZ = new Site ("arcane-center.xyz" , HttpMethod .POST );
61+ @ Deprecated
62+ @ DeprecatedSince (major = 6 , minor = 6 , patch = 6 )
63+ @ PlannedRemoval (major = 6 , minor = 6 , patch = 8 )
64+ public static final Site ARCANE_CENTER_XYZ = new Site ("arcane-center.xyz" );
6065
6166 /**
6267 * <a href="https://bladebotlist.xyz" target="_blank">bladebotlist.xyz</a>
@@ -82,6 +87,17 @@ public class Site{
8287 */
8388 public static final Site BLIST_XYZ = new Site ("blist.xyz" , HttpMethod .GET , HttpMethod .POST );
8489
90+ /**
91+ * <a href="https://boatspace.xyz" target="_blank">boatspace.xyz</a>
92+ *
93+ * <p>Supported methods:
94+ * <ul>
95+ * <li>GET</li>
96+ * <li>POST</li>
97+ * </ul>
98+ */
99+ public static final Site BOATSPACE_XYZ = new Site ("boatspace.xyz" , HttpMethod .GET , HttpMethod .POST );
100+
85101 /**
86102 * <a href="https://botsdatabase.com" target="_blank">botsdatabase.com</a>
87103 *
@@ -90,8 +106,13 @@ public class Site{
90106 * <li>GET</li>
91107 * <li>POST</li>
92108 * </ul>
109+ *
110+ * @deprecated Website not responding.
93111 */
94- public static final Site BOTSDATABASE_COM = new Site ("botsdatabase.com" , HttpMethod .GET , HttpMethod .POST );
112+ @ Deprecated
113+ @ DeprecatedSince (major = 6 , minor = 6 , patch = 6 )
114+ @ PlannedRemoval (major = 6 , minor = 6 , patch = 8 )
115+ public static final Site BOTSDATABASE_COM = new Site ("botsdatabase.com" );
95116
96117 /**
97118 * <a href="https://bots.discordlabs.org" target="_blank">bots.discordlabs.org</a>
@@ -146,23 +167,6 @@ public class Site{
146167 */
147168 public static final Site DISCORD_BOATS = new Site ("discord.boats" , HttpMethod .GET , HttpMethod .POST );
148169
149- /**
150- * <a href="https://discordbotdirectory.net" target="_blank">discordbotdirectory.net</a>
151- *
152- * <p>Supported methods:
153- * <ul>
154- * <li>GET</li>
155- * </ul>
156- *
157- * @deprecated Site no longer exists.
158- *
159- * @since 6.3.0
160- */
161- @ Deprecated
162- @ DeprecatedSince (major = 6 , minor = 6 , patch = 4 )
163- @ PlannedRemoval (major = 6 , minor = 6 , patch = 6 )
164- public static final Site DISCORDBOTDIRECTORY_NET = new Site ("discordbotdirectory.net" );
165-
166170 /**
167171 * <a href="https://discordbotlist.com" target="_blank">discordbotlist.com</a>
168172 *
@@ -231,6 +235,16 @@ public class Site{
231235 */
232236 public static final Site DISCORDLIST_SPACE = new Site ("discordlist.space" , HttpMethod .GET , HttpMethod .POST );
233237
238+ /**
239+ * <a href="https://discordservices.net" target="_blank">discordservices.net</a>
240+ *
241+ * <p>Supported methods:
242+ * <ul>
243+ * <li>POST</li>
244+ * </ul>
245+ */
246+ public static final Site DISCORDSERVICES_NET = new Site ("discordservices.net" , HttpMethod .POST );
247+
234248 /**
235249 * <a href="https://disforge.com" target="_blank">disforge.com</a>
236250 *
0 commit comments