mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Change back to console.log, I regret the change earlier.
This commit is contained in:
parent
e81665723c
commit
bb01b091b9
@ -50,10 +50,10 @@ export default async(client:TClient,Channel:string,Message:string)=>{
|
|||||||
if (DSS.fetchResult.length != 0){
|
if (DSS.fetchResult.length != 0){
|
||||||
error = true;
|
error = true;
|
||||||
if (DSS.data.slots === undefined) return;
|
if (DSS.data.slots === undefined) return;
|
||||||
console.error(client.logTime(), DSS.fetchResult);
|
console.log(client.logTime(), DSS.fetchResult);
|
||||||
} else if (CSG.fetchResult.length != 0){
|
} else if (CSG.fetchResult.length != 0){
|
||||||
error = true;
|
error = true;
|
||||||
console.error(client.logTime(), CSG.fetchResult);
|
console.log(client.logTime(), CSG.fetchResult);
|
||||||
}
|
}
|
||||||
if (error){ // Blame Nawdic
|
if (error){ // Blame Nawdic
|
||||||
embed.setTitle('Host is not responding').setColor(client.config.embedColorRed);
|
embed.setTitle('Host is not responding').setColor(client.config.embedColorRed);
|
||||||
|
Loading…
Reference in New Issue
Block a user