File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -302,15 +302,15 @@ Website: https://glennbotlist.xyz
302
302
303
303
<div align =center >
304
304
<p >
305
- <img src="https://i.imgur.com/x0LCfAh.png" alt="infinitybots logo" width="100" align="left" />
305
+ <img src="https://i.imgur.com/x0LCfAh.png" alt="infinitybotlist logo" width="100" align="left" />
306
306
</p >
307
- <i id =" infinitybots " ></i >
308
- <i id =" infinitybots.xyz " ></i >
309
- <a href =" https://infinitybots.xyz " ><h1 >Infinity Bot List</h1 ></a >
307
+ <i id =" infinitybotlist " ></i >
308
+ <i id =" infinitybotlist.com " ></i >
309
+ <a href =" https://infinitybotlist.com/ " ><h1 >Infinity Bot List</h1 ></a >
310
310
311
- Keys: ` infinitybots ` , ` infinitybots.xyz `
312
- Class: [ InfinityBots ] ( /#/docs/main/$$$ref/class/InfinityBots )
313
- Website: https://infinitybots.xyz
311
+ Keys: ` infinitybotlist ` , ` infinitybotlist.com `
312
+ Class: [ InfinityBotList ] ( /#/docs/main/$$$ref/class/InfinityBotList )
313
+ Website: https://infinitybotlist.com/
314
314
</div >
315
315
316
316
<div align =center >
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ import { Service, ServicePostOptions } from '../Service'
2
2
import { IDResolvable , Util } from '../../Utils/Util'
3
3
4
4
/**
5
- * Represents the Infinity Bots service.
6
- * @see https://docs.infinitybots.xyz
5
+ * Represents the Infinity Bot List service.
6
+ * @see https://docs.infinitybotlist.com/
7
7
*/
8
- export default class InfinityBots extends Service {
8
+ export default class InfinityBotList extends Service {
9
9
/** The values that can be used to select the service. */
10
10
static get aliases ( ) {
11
- return [ 'infinitybots ' , 'infinitybots.xyz ' ]
11
+ return [ 'infinitybotlist ' , 'infinitybotlist.com ' ]
12
12
}
13
13
14
14
/** The logo URL. */
@@ -23,12 +23,12 @@ export default class InfinityBots extends Service {
23
23
24
24
/** The website URL. */
25
25
static get websiteURL ( ) {
26
- return 'https://infinitybots.xyz '
26
+ return 'https://infinitybotlist.com/ '
27
27
}
28
28
29
29
/** The base URL of the service's API. */
30
30
static get baseURL ( ) {
31
- return 'https://api.infinitybots.xyz '
31
+ return 'https://api.infinitybotlist.com '
32
32
}
33
33
34
34
/**
You can’t perform that action at this time.
0 commit comments