From 2694417575c0416c47a6e461380ab8c97b98c7e5 Mon Sep 17 00:00:00 2001 From: Misly <60405462+Misly16@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:13:13 +0100 Subject: [PATCH] Update Topcord's logoURL to a working one --- src/Interface/Lists/TopCord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interface/Lists/TopCord.ts b/src/Interface/Lists/TopCord.ts index 85de691a..7ab0cdc2 100644 --- a/src/Interface/Lists/TopCord.ts +++ b/src/Interface/Lists/TopCord.ts @@ -13,7 +13,7 @@ export default class TopCord extends Service { /** The logo URL. */ static get logoURL() { - return 'https://avatars0.githubusercontent.com/u/69593894?v=4' + return 'https://topcord.xyz/icons/TopCord.png' } /** Service's name. */