mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
idk if it works, honestly.
This commit is contained in:
parent
03ebe825ef
commit
3b212f7ca8
@ -19,7 +19,7 @@ export default async(client:TClient,Channel:string,Message:string,ServerName:str
|
|||||||
data: {} as FSCareerSavegame, fetchResult: '' as string
|
data: {} as FSCareerSavegame, fetchResult: '' as string
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!Server.ip.match(/http|https/)) return msg.edit({content: '*Detected an invalid IP\nContact MP Manager or Bot Tech*', embeds: null});
|
if (!Server?.ip?.match(/http|https/)) return msg.edit({content: '*Detected an invalid IP\nContact MP Manager or Bot Tech*', embeds: null});
|
||||||
async function serverData(client:TClient, URL:string){
|
async function serverData(client:TClient, URL:string){
|
||||||
return await client.axios.get(URL, {timeout: 5000, maxContentLength: Infinity, headers:{'User-Agent':`Daggerbot/axios ${client.axios.VERSION}`}}).catch((error:Error)=>error.message)
|
return await client.axios.get(URL, {timeout: 5000, maxContentLength: Infinity, headers:{'User-Agent':`Daggerbot/axios ${client.axios.VERSION}`}}).catch((error:Error)=>error.message)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user