This commit is contained in:
parent
d680216556
commit
208ffd38a4
1 changed files with 2 additions and 0 deletions
|
@ -29,5 +29,7 @@ module.exports = class printCommand extends Command {
|
|||
}
|
||||
, error:function(err){console.log(err);}
|
||||
});
|
||||
|
||||
message.say("Printing now!")
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue