@@ -73,6 +73,11 @@ public class Site{
73
73
*/
74
74
public static final Site BOTSFORDISCORD_COM = new Site ("botsfordiscord.com" , HttpMethod .GET , HttpMethod .POST );
75
75
76
+ /**
77
+ * <a href="https://bots.idledev.org" target="_blank">bots.idledev.org</a>
78
+ */
79
+ public static final Site BOTS_IDLEDEV_ORG = new Site ("bots.idledev.org" , HttpMethod .GET , HttpMethod .POST );
80
+
76
81
/**
77
82
* <a href="https://bots.ondiscord.xyz" target="_blank">bots.ondiscord.xyz</a>
78
83
*/
@@ -117,31 +122,11 @@ public class Site{
117
122
*/
118
123
public static final Site DISCORD_BOTS_GG = new Site ("discord.bots.gg" , HttpMethod .GET , HttpMethod .POST );
119
124
120
- /**
121
- * <a href="https://discordbots.fun" target="_blank">discordbots.fun</a>
122
- *
123
- * @deprecated Site no longer exists
124
- */
125
- @ Deprecated
126
- @ DeprecatedSince (major = 6 , minor = 3 , patch = 0 )
127
- @ PlannedRemoval (major = 6 , minor = 3 , patch = 2 )
128
- public static final Site DISCORDBOTS_FUN = new Site ("discordbots.fun" );
129
-
130
125
/**
131
126
* <a href="https://discordextremelist.xyz" target="_blank">discordextremelist.xyz</a>
132
127
*/
133
128
public static final Site DISCORDEXTREMELIST_XYZ = new Site ("discordextremelist.xyz" , HttpMethod .GET , HttpMethod .POST );
134
129
135
- /**
136
- * <a href="https://discordlist.co" target="_blank">discordlist.co</a>
137
- *
138
- * @deprecated Site no longer exists
139
- */
140
- @ Deprecated
141
- @ DeprecatedSince (major = 6 , minor = 3 , patch = 0 )
142
- @ PlannedRemoval (major = 6 , minor = 3 , patch = 0 )
143
- public static final Site DISCORDLIST_CO = new Site ("discordlist.co" );
144
-
145
130
/**
146
131
* <a href="https://discordlistology.com" target="_blank">discordlistology.com</a>
147
132
*/
@@ -152,16 +137,6 @@ public class Site{
152
137
*/
153
138
public static final Site DISFORGE_COM = new Site ("disforge.com" , HttpMethod .POST );
154
139
155
- /**
156
- * <a href="https://glennbotlist.xyz" target="_blank">glennbotlist.xyz</a>
157
- *
158
- * @deprecated Site no longer exists
159
- */
160
- @ Deprecated
161
- @ DeprecatedSince (major = 6 , minor = 3 , patch = 0 )
162
- @ PlannedRemoval (major = 6 , minor = 3 , patch = 0 )
163
- public static final Site GLENNBOTLIST_XYZ = new Site ("glennbotlist.xyz" );
164
-
165
140
/**
166
141
* <a href="https://hydrogenbots.club" target="_blank">hydrogenbots.club</a>
167
142
*
@@ -179,7 +154,12 @@ public class Site{
179
154
180
155
/**
181
156
* <a href="https://mythicalbots.xyz" target="_blank">mythicalbots.xyz</a>
157
+ *
158
+ * @deprecated Renamed to {@link #BOTS_IDLEDEV_ORG bots.idledev.org}
182
159
*/
160
+ @ Deprecated
161
+ @ DeprecatedSince (major = 6 , minor = 3 , patch = 2 )
162
+ @ PlannedRemoval (major = 6 , minor = 3 , patch = 4 )
183
163
public static final Site MYTHICALBOTS_XYZ = new Site ("mythicalbots.xyz" , HttpMethod .GET , HttpMethod .POST );
184
164
185
165
/**
0 commit comments