forked from Supositware/Haha-Yes
typo
This commit is contained in:
parent
2ad0779145
commit
c5acf5a1dc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = class printCommand extends Command {
|
||||||
console.log("sent to printer with ID: "+jobID);
|
console.log("sent to printer with ID: "+jobID);
|
||||||
message.say("Printing now!")
|
message.say("Printing now!")
|
||||||
}
|
}
|
||||||
, error:function(err){console.log(err); message.say("An error has occured, the printer is most likely disconnectd try again later")}
|
, error:function(err){console.log(err); message.say("An error has occured, the printer is most likely disconnected, try again later")}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue