@@ -139,22 +139,6 @@ public class Site{
139139 */
140140 public static final Site DBLISTA_PL = new Site ("dblista.pl" , HttpMethod .GET );
141141
142- /**
143- * <a href="https://discordapps.dev" target="_blank">discordapps.dev</a>
144- *
145- * <p>Supported methods:
146- * <ul>
147- * <li>GET</li>
148- * <li>POST</li>
149- * </ul>
150- *
151- * @deprecated No longer available.
152- */
153- @ Deprecated
154- @ DeprecatedSince (major = 6 , minor = 6 , patch = 2 )
155- @ PlannedRemoval (major = 6 , minor = 6 , patch = 4 )
156- public static final Site DISCORDAPPS_DEV = new Site ("discordapps.dev" );
157-
158142 /**
159143 * <a href="https://discord.boats" target="_blank">discord.boats</a>
160144 *
@@ -174,9 +158,14 @@ public class Site{
174158 * <li>GET</li>
175159 * </ul>
176160 *
161+ * @deprecated Site no longer exists.
162+ *
177163 * @since 6.3.0
178164 */
179- public static final Site DISCORDBOTDIRECTORY_NET = new Site ("discordbotdirectory.net" , HttpMethod .GET );
165+ @ Deprecated
166+ @ DeprecatedSince (major = 6 , minor = 6 , patch = 4 )
167+ @ PlannedRemoval (major = 6 , minor = 6 , patch = 6 )
168+ public static final Site DISCORDBOTDIRECTORY_NET = new Site ("discordbotdirectory.net" );
180169
181170 /**
182171 * <a href="https://discordbotlist.com" target="_blank">discordbotlist.com</a>
@@ -267,22 +256,6 @@ public class Site{
267256 */
268257 public static final Site FATESLIST_XYZ = new Site ("fateslist.xyz" , HttpMethod .GET , HttpMethod .POST );
269258
270- /**
271- * <a href="https://infinitybotlist.com" target="_blank">infinitybotlist.com</a>
272- *
273- * <p>Supported methods:
274- * <ul>
275- * <li>GET</li>
276- * <li>POST</li>
277- * </ul>
278- *
279- * @deprecated Domain changed. Use {@link #INFINITYBOTLIST_XYZ INFINITYBOTLIST_XYZ} instead
280- */
281- @ Deprecated
282- @ DeprecatedSince (major = 6 , minor = 5 , patch = 2 , replacements = {"INFINITYBOTLIST_XYZ" })
283- @ PlannedRemoval (minor = 6 , major = 5 , patch = 4 )
284- public static final Site INFINITYBOTLIST_COM = new Site ("infinitybotlist.com" , HttpMethod .GET , HttpMethod .POST );
285-
286259 /**
287260 * <a href="https://infinitybotlist.xyz" target="_blank">infinitybotlist.xyz</a>
288261 *
0 commit comments