@@ -78,8 +78,13 @@ public class Site{
78
78
* <li>GET</li>
79
79
* <li>POST</li>
80
80
* </ul>
81
+ *
82
+ * @deprecated Domain changed to {@link #DISCORDLIST_SPACE discordlist.space}
81
83
*/
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" );
83
88
84
89
/**
85
90
* <a href="https://botsdatabase.com" target="_blank">botsdatabase.com</a>
@@ -103,23 +108,6 @@ public class Site{
103
108
*/
104
109
public static final Site BOTS_DISCORDLABS_ORG = new Site ("discordlabs.org" , HttpMethod .GET , HttpMethod .POST );
105
110
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
-
123
111
/**
124
112
* <a href="https://botsfordiscord.com" target="_blank">botsfordiscord.com</a>
125
113
*
@@ -131,22 +119,6 @@ public class Site{
131
119
*/
132
120
public static final Site BOTSFORDISCORD_COM = new Site ("botsfordiscord.com" , HttpMethod .GET , HttpMethod .POST );
133
121
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
-
150
122
/**
151
123
* <a href="https://bots.ondiscord.xyz" target="_blank">bots.ondiscord.xyz</a>
152
124
*
@@ -263,6 +235,17 @@ public class Site{
263
235
*/
264
236
public static final Site DISCORDLISTOLOGY_COM = new Site ("discordlistology.com" , HttpMethod .GET , HttpMethod .POST );
265
237
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
+
266
249
/**
267
250
* <a href="https://disforge.com" target="_blank">disforge.com</a>
268
251
*
0 commit comments