1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Change back to console.log, I regret the change earlier.

This commit is contained in:
AnxietyisReal 2023-05-07 09:40:32 +10:00
parent 125ff1c363
commit e20b05bcfb

View File

@ -50,10 +50,10 @@ export default async(client:TClient,Channel:string,Message:string)=>{
if (DSS.fetchResult.length != 0){
error = true;
if (DSS.data.slots === undefined) return;
console.error(client.logTime(), DSS.fetchResult);
console.log(client.logTime(), DSS.fetchResult);
} else if (CSG.fetchResult.length != 0){
error = true;
console.error(client.logTime(), CSG.fetchResult);
console.log(client.logTime(), CSG.fetchResult);
}
if (error){ // Blame Nawdic
embed.setTitle('Host is not responding').setColor(client.config.embedColorRed);