From bb725625574c9c071ad2930fc0a0608b6ba3190c Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:38:01 +1000 Subject: [PATCH] Better picture for No Content --- src/MPLoop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MPLoop.ts b/src/MPLoop.ts index 0915126..dc8708d 100644 --- a/src/MPLoop.ts +++ b/src/MPLoop.ts @@ -36,7 +36,7 @@ export default async(client:TClient,Channel:string,Message:string,ServerName:str CSG.fetchResult = `DagMP CSG failed, ${results[1]}`; embed.addFields({name:'CSG Status',value:results[1]}) } else if (results[1].status != 200){ - if (results[1].status === 204) embed.setImage('https://http.cat/204'); + if (results[1].status === 204) embed.setImage('https://httpcats.com/204.jpg'); CSG.fetchResult = `DagMP CSG failed with ${results[1].status + ' ' + results[1].statusText}`; embed.addFields({name:'CSG Status',value:results[1].status + ' ' + results[1].statusText}) } else CSG.data = (client.xjs.xml2js(results[1].data,{compact:true}) as any).careerSavegame as FSCareerSavegame