@@ -78,8 +78,13 @@ public class Site{
7878 * <li>GET</li>
7979 * <li>POST</li>
8080 * </ul>
81+ *
82+ * @deprecated Domain changed to {@link #DISCORDLIST_SPACE discordlist.space}
8183 */
82- public static final Site BOTLIST_SPACE = new Site ("botlist.space" , HttpMethod .GET , HttpMethod .POST );
84+ @ Deprecated
85+ @ DeprecatedSince (major = 6 , minor = 6 , patch = 3 , replacements = {"DISCORDLIST_SPACE" })
86+ @ PlannedRemoval (major = 6 , minor = 6 , patch = 5 )
87+ public static final Site BOTLIST_SPACE = new Site ("botlist.space" );
8388
8489 /**
8590 * <a href="https://botsdatabase.com" target="_blank">botsdatabase.com</a>
@@ -103,23 +108,6 @@ public class Site{
103108 */
104109 public static final Site BOTS_DISCORDLABS_ORG = new Site ("discordlabs.org" , HttpMethod .GET , HttpMethod .POST );
105110
106- /**
107- * <a href="https://bots.distop.xyz" target="_blank">bots.distop.xyz</a>
108- *
109- * <p>Supported methods:
110- * <ul>
111- * <li>GET</li>
112- * </ul>
113- *
114- * @deprecated Site no longer available.
115- *
116- * @since 6.4.1
117- */
118- @ Deprecated
119- @ DeprecatedSince (major = 6 , minor = 6 , patch = 1 )
120- @ PlannedRemoval (major = 6 , minor = 6 , patch = 3 )
121- public static final Site BOTS_DISTOP_XYZ = new Site ("bots.distop.xyz" );
122-
123111 /**
124112 * <a href="https://botsfordiscord.com" target="_blank">botsfordiscord.com</a>
125113 *
@@ -131,22 +119,6 @@ public class Site{
131119 */
132120 public static final Site BOTSFORDISCORD_COM = new Site ("botsfordiscord.com" , HttpMethod .GET , HttpMethod .POST );
133121
134- /**
135- * <a href="https://bots.idledev.org" target="_blank">bots.idledev.org</a>
136- *
137- * <p>Supported methods:
138- * <ul>
139- * <li>GET</li>
140- * <li>POST</li>
141- * </ul>
142- *
143- * @deprecated Site no longer available.
144- */
145- @ Deprecated
146- @ DeprecatedSince (major = 6 , minor = 6 , patch = 1 )
147- @ PlannedRemoval (major = 6 , minor = 6 , patch = 3 )
148- public static final Site BOTS_IDLEDEV_ORG = new Site ("bots.idledev.org" );
149-
150122 /**
151123 * <a href="https://bots.ondiscord.xyz" target="_blank">bots.ondiscord.xyz</a>
152124 *
@@ -263,6 +235,17 @@ public class Site{
263235 */
264236 public static final Site DISCORDLISTOLOGY_COM = new Site ("discordlistology.com" , HttpMethod .GET , HttpMethod .POST );
265237
238+ /**
239+ * <a href="https://discordlist.space" target="_blank">discordlist.space</a> (Formerly botlist.space)
240+ *
241+ * <p>Supported methods:
242+ * <ul>
243+ * <li>GET</li>
244+ * <li>POST</li>
245+ * </ul>
246+ */
247+ public static final Site DISCORDLIST_SPACE = new Site ("discordlist.space" , HttpMethod .GET , HttpMethod .POST );
248+
266249 /**
267250 * <a href="https://disforge.com" target="_blank">disforge.com</a>
268251 *
0 commit comments