From 118215d7daa5347e714038274e07975a7cdfdd5f Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Mon, 5 Apr 2021 13:50:02 +0200 Subject: [PATCH 1/2] fix(InfinityBots)!: update list name and website BREAKING CHANGE: the exported class name has been changed, along with the old aliases. --- .../Lists/{InfinityBots.ts => InfinityBotList.ts} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename src/Interface/Lists/{InfinityBots.ts => InfinityBotList.ts} (83%) diff --git a/src/Interface/Lists/InfinityBots.ts b/src/Interface/Lists/InfinityBotList.ts similarity index 83% rename from src/Interface/Lists/InfinityBots.ts rename to src/Interface/Lists/InfinityBotList.ts index 26b8864c..df350967 100644 --- a/src/Interface/Lists/InfinityBots.ts +++ b/src/Interface/Lists/InfinityBotList.ts @@ -2,13 +2,13 @@ import { Service, ServicePostOptions } from '../Service' import { IDResolvable, Util } from '../../Utils/Util' /** - * Represents the Infinity Bots service. - * @see https://docs.infinitybots.xyz + * Represents the Infinity Bot List service. + * @see https://docs.infinitybotlist.com/ */ -export default class InfinityBots extends Service { +export default class InfinityBotList extends Service { /** The values that can be used to select the service. */ static get aliases() { - return ['infinitybots', 'infinitybots.xyz'] + return ['infinitybotlist', 'infinitybotlist.com'] } /** The logo URL. */ @@ -23,12 +23,12 @@ export default class InfinityBots extends Service { /** The website URL. */ static get websiteURL() { - return 'https://infinitybots.xyz' + return 'https://infinitybotlist.com/' } /** The base URL of the service's API. */ static get baseURL() { - return 'https://api.infinitybots.xyz' + return 'https://api.infinitybotlist.com' } /** From 8aef4f8384c733d0eeba13c4243c457c0491f580 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Mon, 5 Apr 2021 11:51:33 +0000 Subject: [PATCH 2/2] [auto] docs: update docs --- docs/general/services.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/general/services.md b/docs/general/services.md index ae28be77..52fba8fb 100644 --- a/docs/general/services.md +++ b/docs/general/services.md @@ -302,15 +302,15 @@ Website: https://glennbotlist.xyz

- infinitybots logo + infinitybotlist logo

- - -

Infinity Bot List

+ + +

Infinity Bot List

-Keys: `infinitybots`, `infinitybots.xyz` -Class: [dbots.InfinityBots](/#/docs/main/$$$ref/class/InfinityBots) -Website: https://infinitybots.xyz +Keys: `infinitybotlist`, `infinitybotlist.com` +Class: [dbots.InfinityBotList](/#/docs/main/$$$ref/class/InfinityBotList) +Website: https://infinitybotlist.com/